Searched refs:PR_AtomicSet (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dpratom.h53 #define PR_AtomicSet VBoxNsprPR_AtomicSet macro
85 ** FUNCTION: PR_AtomicSet
94 NSPR_API(PRInt32) PR_AtomicSet(PRInt32 *val, PRInt32 newval);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Datomic.c106 rv = PR_AtomicSet(&test, 2);
109 output, "PR_AtomicSet(%d, %d) == %d: %s\n",
114 rv = PR_AtomicSet(&test, -2);
117 output, "PR_AtomicSet(%d, %d) == %d: %s\n",
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.h181 PR_AtomicSet(&mTouched, 1);
184 PR_AtomicSet(&mTouched, 0);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_ultrasparc.s139 ! usage : old_val = PR_AtomicSet(address, newval)
156 ENTRY(PR_AtomicSet) ! standard assembler/ELF prologue function
168 SET_SIZE(PR_AtomicSet) ! standard assembler/ELF epilogue
H A Dos_SunOS_sparcv9.s139 ! usage : old_val = PR_AtomicSet(address, newval)
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp224 if (PR_AtomicSet(&ipcShutdown, PR_TRUE) == PR_FALSE) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c314 PR_AtomicSet(PRInt32 *val, PRInt32 newval)
H A Dprinit.c822 if (PR_AtomicSet(&once->inProgress, 1) == 0) {
847 if (PR_AtomicSet(&once->inProgress, 1) == 0) {
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp113 if (PR_AtomicSet(&mInitInProgress, 1) == 0) {
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp241 PR_AtomicSet(&mCompleted, 1);

Completed in 98 milliseconds