Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOSyncer.cpp75 threadMustStop = true; in reinit()
97 if (threadMustStop) { in wait()
98 assert_wait((void *) &threadMustStop, false); in wait()
127 if (threadMustStop) { in privateSignal()
129 threadMustStop = false; in privateSignal()
130 thread_wakeup_one((void *) &threadMustStop); in privateSignal()
/xnu-8020.121.3/iokit/IOKit/
H A DIOSyncer.h42 volatile bool threadMustStop; variable