Home
last modified time | relevance | path

Searched refs:NSTACKX_ATOM_FETCH_INC (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c96 NSTACKX_ATOM_FETCH_INC(&peerInfo->sendCount); in TcpSendFileDataFrame()
97 NSTACKX_ATOM_FETCH_INC(&peerInfo->intervalSendCount); in TcpSendFileDataFrame()
98 NSTACKX_ATOM_FETCH_INC(&session->totalSendBlocks); in TcpSendFileDataFrame()
100 NSTACKX_ATOM_FETCH_INC(&peerInfo->eAgainCount); in TcpSendFileDataFrame()
104 NSTACKX_ATOM_FETCH_INC(&peerInfo->eAgainCount); in TcpSendFileDataFrame()
120 NSTACKX_ATOM_FETCH_INC(&peerInfo->sendCount); in UdpSendFileDataSuccess()
121 NSTACKX_ATOM_FETCH_INC(&peerInfo->intervalSendCount); in UdpSendFileDataSuccess()
122 NSTACKX_ATOM_FETCH_INC(&session->totalSendBlocks); in UdpSendFileDataSuccess()
155 NSTACKX_ATOM_FETCH_INC(&peerInfo->eAgainCount); in SendFileDataFrame()
214 NSTACKX_ATOM_FETCH_INC( in DoSendDataFrame()
[all...]
H A Dnstackx_dfile_mp.c57 NSTACKX_ATOM_FETCH_INC(&session->totalRecvBlocks); in DFileSocketRecvSP()
H A Dnstackx_dfile_session.c1260 NSTACKX_ATOM_FETCH_INC(&session->noPendingDataTimes); in DFileAddiSenderHandle()
1472 NSTACKX_ATOM_FETCH_INC(&session->noPendingDataTimes); in WaitNewSendData()
1726 NSTACKX_ATOM_FETCH_INC(&session->unprocessedReadEventCount); in PostReadEventToMainLoop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.h37 #define NSTACKX_ATOM_FETCH_INC(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_SEQ_CST) macro
43 #define NSTACKX_ATOM_FETCH_INC(ptr) __sync_fetch_and_add((ptr), 1) macro
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h57 #define NSTACKX_ATOM_FETCH_INC(ptr) __sync_fetch_and_add((ptr), 1) macro
66 #define NSTACKX_ATOM_FETCH_INC(ptr) atomic_inc(ptr) macro

Completed in 5 milliseconds