Searched refs:SYS_ARCH_SEM (Results 1 – 10 of 10) sorted by relevance
244 FILLP_INT FillpSemTryWait(IN SYS_ARCH_SEM *sem);251 FILLP_INT FillpSemWait(IN SYS_ARCH_SEM *sem);285 FILLP_INT FillpSemPost(IN SYS_ARCH_SEM *sem);292 FILLP_INT FillpSemDestroy(IN SYS_ARCH_SEM *sem);380 FILLP_INT FillpSysArchSemClose(SYS_ARCH_SEM *sem);383 FILLP_INT FillpSysArchSemWaitTimeout(SYS_ARCH_SEM *sem, FILLP_SLONG timeout);432 IO SYS_ARCH_SEM *sem,
35 SYS_ARCH_SEM appSem; /* protect data from multiple app thread */36 SYS_ARCH_SEM waitSem; /* Notify the ep_wait */37 SYS_ARCH_SEM appCoreSem; /* protect data from app thread and core thread */
99 SYS_ARCH_SEM acceptSem;114 SYS_ARCH_SEM epollTaskListLock;139 SYS_ARCH_SEM connBlockSem; /* Used when do connect */141 …SYS_ARCH_SEM sockCloseProtect; /* To make sure that only one close message posted to fillp thread …
68 SYS_ARCH_SEM syncSem;
102 SYS_ARCH_SEM threadSem; /* Used when do send */
410 typedef FILLP_INT (*FillpSemFunc)(IO SYS_ARCH_SEM *sem, IN FILLP_ULONG value);422 typedef FILLP_INT (*FillpSemTryWaitFunc)(IN SYS_ARCH_SEM *sem);435 typedef FILLP_INT (*FillpSemWaitFunc)(IN SYS_ARCH_SEM *sem);448 typedef FILLP_INT (*FillpSemPostFunc)(IN SYS_ARCH_SEM *sem);460 typedef FILLP_INT (*FillpSemDestroyFunc)(IN SYS_ARCH_SEM *sem);811 typedef FILLP_INT (*FillpSysArchSemCloseFunc)(SYS_ARCH_SEM *sem);828 typedef FILLP_INT (*FillpSysArchSemWaitTimeoutFunc)(SYS_ARCH_SEM *sem, FILLP_SLONG timeout);
399 #define SYS_ARCH_SEM SemT macro403 #define SYS_ARCH_SEM semaphore_t macro423 #define SYS_ARCH_SEM HANDLE macro
685 FILLP_INT FillpArchInitSem(IO SYS_ARCH_SEM *sem, IN FILLP_ULONG value) in FillpArchInitSem()892 FILLP_INT FillpSemTryWait(IN SYS_ARCH_SEM *sem) in FillpSemTryWait()937 FILLP_INT FillpSemWait(IN SYS_ARCH_SEM *sem) in FillpSemWait()969 FILLP_INT FillpSemPost(IN SYS_ARCH_SEM *sem) in FillpSemPost()995 FILLP_INT FillpSemDestroy(IN SYS_ARCH_SEM *sem) in FillpSemDestroy()1224 FILLP_INT FillpAdaptSysArchSemClose(SYS_ARCH_SEM *sem) in FillpAdaptSysArchSemClose()1241 FILLP_INT FillpAdaptSysArchSemClose(SYS_ARCH_SEM *sem) in FillpAdaptSysArchSemClose()1249 FILLP_INT FillpSysArchSemClose(SYS_ARCH_SEM *sem) in FillpSysArchSemClose()1298 FILLP_INT FillpAdaptSysArchSemWaitTimeout(SYS_ARCH_SEM *sem, FILLP_SLONG timeout) in FillpAdaptSysArchSemWaitTimeout()1308 FILLP_INT FillpAdaptSysArchSemTryWait(SYS_ARCH_SEM *sem, FILLP_SLONG timeout) in FillpAdaptSysArchSemTryWait()[all …]
94 SYS_ARCH_SEM recvSem;155 SYS_ARCH_SEM sendSem;
41 SYS_ARCH_SEM g_resDeinitSem;