Searched refs:hNativeThread (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp76 RTNATIVETHREAD hNativeSelf = pVCpu->hNativeThread; Assert(hNativeSelf != NIL_RTNATIVETHREAD);
639 RTNATIVETHREAD hNativeThread = pCritSect->s.Core.NativeThreadOwner; local
648 ASMAtomicWriteHandle(&pCritSect->s.Core.NativeThreadOwner, hNativeThread);
689 if (pCritSect->s.Core.NativeThreadOwner != pVCpu->hNativeThread)
712 if (pCritSect->s.Core.NativeThreadOwner != pVCpu->hNativeThread)
H A DPDMAllCritSectRw.cpp86 RTNATIVETHREAD hNativeSelf = pVCpu->hNativeThread; Assert(hNativeSelf != NIL_RTNATIVETHREAD);
/vbox/include/VBox/vmm/
H A Dvm.h113 RTNATIVETHREAD hNativeThread; /* 40 / 28 */ member in struct:VMCPU
677 RTThreadNativeSelf(), (pVCpu)->hNativeThread, (pVCpu)->idCpu))
705 RTThreadNativeSelf(), (pVCpu)->hNativeThread, (pVCpu)->idCpu), \
723 RTThreadNativeSelf(), (pVCpu)->hNativeThread, (pVCpu)->idCpu))
743 RTThreadNativeSelf(), (pVCpu)->hNativeThread, (pVCpu)->idCpu))
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp1000 RTNATIVETHREAD const hNativeThread = RTThreadNativeSelf(); local
1007 if (pCur->Core.NativeThreadOwner == hNativeThread)
1019 if ( pCur->Core.hNativeWriter == hNativeThread
H A DVM.cpp634 pVM->aCpus[i].hNativeThread = pUVM->aCpus[i].vm.s.NativeThreadEMT;
635 Assert(pVM->aCpus[i].hNativeThread != NIL_RTNATIVETHREAD);
/vbox/src/VBox/VMM/testcase/
H A DtstSSM.cpp663 pVM->aCpus[0].hNativeThread = RTThreadNativeSelf();
H A DtstVMStruct.h1392 GEN_CHECK_OFF(VMCPU, hNativeThread);

Completed in 75 milliseconds