Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOWorkLoop.h87 kPreciousStack = 0x00000001, enumerator
/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp443 if (!reserved || !(kPreciousStack & reserved->options)) { in threadMain()