Searched refs:RTTlsSet (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dtls-posix.cpp98 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue) function
/vbox/src/VBox/Runtime/r3/win/
H A Dtls-win.cpp98 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue) function
/vbox/include/VBox/
H A DVBoxVideo3D.h38 # define VBoxTlsRefSetImpl(_tls, _val) (RTTlsSet((RTTLS)(_tls), (_val)))
/vbox/src/VBox/Runtime/generic/
H A Dtls-generic.cpp122 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue) function
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp587 RTTlsSet(sCounter, (void*)counter);
596 RTTlsSet(sCounter, (void*)counter);
/vbox/include/iprt/
H A Dthread.h866 RTTlsSet(g_iTls, pMyData);
907 * @retval NULL if RTTlsSet() has not yet been called on this thread, or if the
920 * RTTlsSet has not yet been called on this thread.
933 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue);
H A Dmangling.h1806 # define RTTlsSet RT_MANGLER(RTTlsSet) macro
/vbox/src/VBox/Runtime/r3/os2/
H A Dthread-os2.cpp309 RTR3DECL(int) RTTlsSet(RTTLS iTls, void *pvValue) function
/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletion.cpp99 RTTlsSet(pVM->pUVM->vm.s.idxTLS, &pVM->pUVM->aCpus[0]);
H A DtstPDMAsyncCompletionStress.cpp587 RTTlsSet(pVM->pUVM->vm.s.idxTLS, &pVM->pUVM->aCpus[0]);
H A DtstSSM.cpp639 int rc = RTTlsSet(pUVM->vm.s.idxTLS, &pUVM->aCpus[0]);
679 RTPrintf("Fatal error: RTTlsSet failed, rc=%Rrc\n", rc);
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp284 rc = RTTlsSet(g_iTestTls, pTest);
479 RTTlsSet(g_iTestTls, NULL);
516 return RTTlsSet(g_iTestTls, hNewDefaultTest);
/vbox/src/VBox/Runtime/common/alloc/
H A Dmemtracker.cpp273 /* ASSUMES that RTTlsGet and RTTlsSet will not reenter. */
291 int rc = RTTlsSet(pTracker->iTls, &pTracker->FallbackUser);
314 rc = RTTlsSet(pTracker->iTls, pUser);
/vbox/src/VBox/VMM/VMMR3/
H A DVMEmt.cpp82 rc = RTTlsSet(pUVM->vm.s.idxTLS, pUVCpu);
83 AssertReleaseMsgRCReturn(rc, ("RTTlsSet %x failed with %Rrc\n", pUVM->vm.s.idxTLS, rc), rc);

Completed in 130 milliseconds