Home
last modified time | relevance | path

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

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