Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge_message.h68 SYS_ARCH_SEM syncSem; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c57 if (SYS_ARCH_SEM_WAIT(&msg->syncSem)) { in SpungePostMsg()
880 ret = SYS_ARCH_SEM_INIT(&msg->syncSem, 0); in SpungeMsgCreatePoolCb()
892 ret = SYS_ARCH_SEM_DESTROY(&msg->syncSem); in SpungeMsgDestroyPoolCb()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c916 (void)SYS_ARCH_SEM_POST(&msg->syncSem); in SpungeHandleMsgCycle()