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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtime-r0drv-nt.cpp72 } while (((KUSER_SHARED_DATA volatile *)SharedUserData)->InterruptTime.High2Time != InterruptTime.HighPart);
126 } while (((KUSER_SHARED_DATA volatile *)SharedUserData)->SystemTime.High2Time != SystemTime.HighPart);
H A Dtimer-r0drv-nt.cpp131 } while (((KUSER_SHARED_DATA volatile *)SharedUserData)->InterruptTime.High2Time != InterruptTime.HighPart);
/vbox/src/VBox/Runtime/r3/nt/
H A Dtime-nt.cpp145 } while (pUserSharedData->InterruptTime.High2Time != NtTime.HighPart);
188 } while (pUserSharedData->SystemTime.High2Time != NtTime.HighPart);
214 } while (pUserSharedData->TimeZoneBias.High2Time != Delta.HighPart);
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dnttimesources.cpp47 LONG High2Time; member in struct:_MY_KSYSTEM_TIME
179 } while ( MY_USER_SHARED_DATA->InterruptTime.High2Time != IntStart.HighPart
201 } while ( MY_USER_SHARED_DATA->InterruptTime.High2Time != IntEnd.HighPart
/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp61 LONG High2Time; member in struct:_MY_KSYSTEM_TIME
133 } while (pUserSharedData->InterruptTime.High2Time != Time.HighPart);
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp126 int32_t High2Time; member in struct:NTKUSERSHAREDDATA::__anon9854
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h988 LONG High2Time; member in struct:_KSYSTEM_TIME
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h1031 LONG High2Time; member in struct:_KSYSTEM_TIME
/vbox/include/iprt/nt/
H A Dnt.h426 LONG High2Time; member in struct:_KSYSTEM_TIME
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp432 } while (pUserSharedData->InterruptTime.High2Time != Time.HighPart);

Completed in 109 milliseconds