Home
last modified time | relevance | path

Searched refs:NSTACKX_ATOM_FETCH_DEC (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.h38 #define NSTACKX_ATOM_FETCH_DEC(ptr) __atomic_fetch_sub((ptr), 1, __ATOMIC_SEQ_CST) macro
44 #define NSTACKX_ATOM_FETCH_DEC(ptr) __sync_fetch_and_sub((ptr), 1) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h58 #define NSTACKX_ATOM_FETCH_DEC(ptr) __sync_fetch_and_sub((ptr), 1) macro
67 #define NSTACKX_ATOM_FETCH_DEC(ptr) atomic_dec(ptr) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1636 NSTACKX_ATOM_FETCH_DEC(&session->unprocessedReadEventCount); in ReadEventHandle()
1729 NSTACKX_ATOM_FETCH_DEC(&session->unprocessedReadEventCount); in PostReadEventToMainLoop()

Completed in 4 milliseconds