Searched refs:threadMustStop (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOSyncer.cpp70 threadMustStop = true;
89 if (threadMustStop) {
90 assert_wait((void *) &threadMustStop, false);
115 if (threadMustStop) {
117 threadMustStop = false;
118 thread_wakeup_one((void *) &threadMustStop);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOSyncer.h42 // The spin lock that is used to guard the 'threadMustStop' variable.
44 volatile bool threadMustStop; member in class:IOSyncer

Completed in 78 milliseconds