Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.h41 #define NSTACKX_ATOM_FETCH_SUB(ptr, val) __atomic_fetch_sub((ptr), (val), __ATOMIC_SEQ_CST) macro
47 #define NSTACKX_ATOM_FETCH_SUB(ptr, val) __sync_fetch_and_sub((ptr), (val)) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h61 #define NSTACKX_ATOM_FETCH_SUB(ptr, val) __sync_fetch_and_sub((ptr), (val)) macro
70 #define NSTACKX_ATOM_FETCH_SUB(ptr, val) atomic_sub((val), (ptr)) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c511 NSTACKX_ATOM_FETCH_SUB(&fileManager->totalPackInMemory, fileList->tarFileInfo.fileSize); in ClearSendFileList()

Completed in 3 milliseconds