Searched defs:puLockNanoTS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1008 * @param puLockNanoTS Where the lock acquisition time stamp is kept
1011 static bool gmmR0MutexYield(PGMM pGMM, uint64_t *puLockNanoTS) argument
1023 if (uNanoNow - *puLockNanoTS < UINT32_C(2000000))
1046 *puLockNanoTS = RTTimeSystemNanoTS();

Completed in 62 milliseconds