Searched defs:how (Results 1 – 7 of 7) sorted by relevance
76 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask()95 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in sigprocmask()
40 FILLP_INT how; member
305 void SpungeShutdownSock(void *argSock, FILLP_INT how) in SpungeShutdownSock()
417 int32_t SoftBusSocketShutDown(int32_t socketFd, int32_t how) in SoftBusSocketShutDown()
209 FILLP_INT DLL_API FtShutDown(FILLP_INT fd, FILLP_INT how) in FtShutDown()
1184 FillpErrorType SockShutdown(FILLP_INT sockIndex, FILLP_INT how) in SockShutdown()
336 static void SetInterestedSignalMasks(int how) in SetInterestedSignalMasks()