Searched defs:_PR_IPRT_AtomicIncrement (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_iprt_atomic.h26 DECLINLINE(PRInt32) _PR_IPRT_AtomicIncrement(PRInt32 *pVal) function
30 #define _MD_ATOMIC_INCREMENT(pVal) _PR_IPRT_AtomicIncrement(pVal)

Completed in 48 milliseconds