Home
last modified time | relevance | path

Searched refs:waitSem (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/services/init/adapter/
H A Dinit_adapter.c72 static void SignalRegWaitSem(pid_t waitPid, sem_t *waitSem) in SignalRegWaitSem() argument
75 g_waitSem = waitSem; in SignalRegWaitSem()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Depoll.c51 (void)SYS_ARCH_SEM_POST(&scb->waitSem); in EpSocketReady()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h36 SYS_ARCH_SEM waitSem; /* Notify the ep_wait */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c365 if (SYS_ARCH_SEM_WAIT(&ep->waitSem)) { in EpPoll()
377 semTimedWait = SYS_ARCH_SEM_WAIT_TIMEOUT(&ep->waitSem, timeoutWork); in EpPoll()
414 ret = SYS_ARCH_SEM_INIT(&ep->waitSem, 0); in EpollMallocEventpoll()
426 (void)SYS_ARCH_SEM_DESTROY(&ep->waitSem); in EpollMallocEventpoll()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c64 (void)SYS_ARCH_SEM_DESTROY(&sock->eventEpoll->waitSem); in SpungeEpollFreeResource()
208 (void)SYS_ARCH_SEM_POST(&ep->waitSem); in SpungEpollClose()