Searched refs:ASMAtomicXchgHandle (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/log/
H A Dtracedefault.cpp35 ASMAtomicXchgHandle(&g_hDefaultTraceBuf, hTraceBuf, &hOldTraceBuf);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp187 ASMAtomicXchgHandle(&pThis->hSession, NIL_RTLOCALIPCSESSION, &hSession);
238 ASMAtomicXchgHandle(&pThis->hSession, NIL_RTLOCALIPCSESSION, &hSession);
914 ASMAtomicXchgHandle(&pCur->hSession, NIL_RTLOCALIPCSESSION, &hSession);
948 ASMAtomicXchgHandle(&pThis->hServer, NIL_RTLOCALIPCSERVER, &hServer);
/vbox/src/VBox/Runtime/common/misc/
H A Dterm.cpp236 ASMAtomicXchgHandle(&g_hFastMutex, NIL_RTSEMFASTMUTEX, &hFastMutex);
H A Dlockvalidator.cpp3005 ASMAtomicXchgHandle(&pRec->hClass, NIL_RTLOCKVALCLASS, &hClass);
3486 ASMAtomicXchgHandle(&pRec->hClass, NIL_RTLOCKVALCLASS, &hClass);
3758 ASMAtomicXchgHandle(&pEntry->hThread, NIL_RTTHREAD, &pThread);
/vbox/src/VBox/Runtime/generic/
H A Dsemxroads-generic.cpp176 ASMAtomicXchgHandle(&pThis->aDirs[0].hEvt, NIL_RTSEMEVENTMULTI, &hEvt);
180 ASMAtomicXchgHandle(&pThis->aDirs[1].hEvt, NIL_RTSEMEVENTMULTI, &hEvt);
H A Dsemrw-lockless-generic.cpp196 ASMAtomicXchgHandle(&pThis->hEvtRead, NIL_RTSEMEVENTMULTI, &hEvtRead);
201 ASMAtomicXchgHandle(&pThis->hEvtWrite, NIL_RTSEMEVENT, &hEvtWrite);
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp163 ASMAtomicXchgHandle(phSock, hNew, &hRet);
444 ASMAtomicXchgHandle(&pServer->hServerSocket, NIL_RTSOCKET, &hServerSocket);
589 ASMAtomicXchgHandle(&pServer->hServerSocket, NIL_RTSOCKET, &hServerSocket);
H A Dudp.cpp135 ASMAtomicXchgHandle(phSock, hNew, &hRet);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp520 ASMAtomicXchgHandle(&pSession->hSession, NIL_RTLOCALIPCSESSION, &hSession);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp551 ASMAtomicXchgHandle(&pUVM->dbgf.s.ahAsAliases[DBGF_AS_ALIAS_2_INDEX(hAlias)], hRealAliasFor, &hAsOld);
/vbox/include/iprt/
H A Dasm.h596 /** @def ASMAtomicXchgHandle
606 # define ASMAtomicXchgHandle(ph, hNew, phRes) \ macro
613 # define ASMAtomicXchgHandle(ph, hNew, phRes) \ macro
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp2434 ASMAtomicXchgHandle(&pThis->MergeCompleteMutex, NIL_RTSEMFASTMUTEX, &mutex);

Completed in 2293 milliseconds