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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSect.cpp54 # define LOCKERS(sect) ((sect).cLockers) macro
60 #define LOCKERS(sect) (*(LONG volatile *)&(sect).LockCount) macro
216 int32_t iLock = LOCKERS(CritSect);
221 while (LOCKERS(CritSect) == iLock)
398 int32_t iLock = LOCKERS(CritSect);
409 while (LOCKERS(CritSect) == iLock)

Completed in 69 milliseconds