Home
last modified time | relevance | path

Searched refs:SOCK_GET_RECVSEM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h168 #define SOCK_GET_RECVSEM(_sock) ((_sock)->netconn->pcb->fpcb.recv.recvSem) macro
174 #define SOCK_WAIT_RECVSEM(_sock) SYS_ARCH_SEM_WAIT(&SOCK_GET_RECVSEM(_sock))
175 #define SOCK_POST_RECVSEM(_sock) SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(_sock))
176 #define SOCK_TRYWAIT_RECVSEM(_sock) SYS_ARCH_SEM_TRYWAIT(&SOCK_GET_RECVSEM(_sock))
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c48 (void)SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(sock)); in SpungePcbRecv()
H A Dspunge_stack.c322 (void)SYS_ARCH_SEM_POST(&SOCK_GET_RECVSEM(sock)); in SpungeShutdownSock()