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

/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/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 12 milliseconds