Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h123 SysArchAtomic msgUsingCount; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c43 (void)SYS_ARCH_ATOMIC_INC(&inst->msgUsingCount, 1); in SpungePostMsg()
52 (void)SYS_ARCH_ATOMIC_DEC(&inst->msgUsingCount, 1); in SpungePostMsg()
59 (void)SYS_ARCH_ATOMIC_DEC(&inst->msgUsingCount, 1); in SpungePostMsg()
65 (void)SYS_ARCH_ATOMIC_DEC(&inst->msgUsingCount, 1); in SpungePostMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c265 (void)SYS_ARCH_ATOMIC_SET(&inst->msgUsingCount, 0); in SpungeInstMsgBoxInit()
547 while (SYS_ARCH_ATOMIC_READ(&inst->msgUsingCount) > 0) { in SpungeFreeInstanceResource()