Home
last modified time | relevance | path

Searched refs:SYS_ARCH_SEM (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dcallbacks.h244 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,
H A Depoll.h35 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 */
H A Dsockets.h99 SYS_ARCH_SEM acceptSem;
114 SYS_ARCH_SEM epollTaskListLock;
139 SYS_ARCH_SEM connBlockSem; /* Used when do connect */
141SYS_ARCH_SEM sockCloseProtect; /* To make sure that only one close message posted to fillp thread …
H A Dspunge_message.h68 SYS_ARCH_SEM syncSem;
H A Dspunge.h102 SYS_ARCH_SEM threadSem; /* Used when do send */
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h410 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);
H A Dfillptypes.h399 #define SYS_ARCH_SEM SemT macro
403 #define SYS_ARCH_SEM semaphore_t macro
423 #define SYS_ARCH_SEM HANDLE macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c685 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 …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h94 SYS_ARCH_SEM recvSem;
155 SYS_ARCH_SEM sendSem;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c41 SYS_ARCH_SEM g_resDeinitSem;