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

/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWSyncer.cpp65 threadMustStop = true;
84 if (threadMustStop) {
85 assert_wait((void *) &threadMustStop, false);
110 if (threadMustStop) {
112 threadMustStop = false;
113 thread_wakeup_one((void *) &threadMustStop);
H A DIOFWSyncer.h35 // The spin lock that is used to guard the 'threadMustStop' variable.
37 volatile bool threadMustStop; member in class:IOFWSyncer
/macosx-10.9.5/xnu-2422.115.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.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOSyncer.h40 // The spin lock that is used to guard the 'threadMustStop' variable.
42 volatile bool threadMustStop; member in class:IOSyncer

Completed in 121 milliseconds