Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOTimerEventSource.h81 kIOTimerEventSourceOptionsAllowReenter = 0x00000100, enumerator
/xnu-8019.80.24/iokit/Kernel/
H A DIOTimerEventSource.cpp276 if (kIOTimerEventSourceOptionsAllowReenter & options) { in setTimeoutFunc()
296 if (!(kIOTimerEventSourceOptionsAllowReenter & options)) { in setTimeoutFunc()