Home
last modified time | relevance | path

Searched refs:THREAD_CALL_OPTIONS_SIGNAL (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/tests/
H A Dtest_thread_call.c171 THREAD_CALL_OPTIONS_ONCE | THREAD_CALL_OPTIONS_SIGNAL); in test_signal_thread_call()
/xnu-8020.101.4/osfmk/kern/
H A Dthread_call.h81 THREAD_CALL_OPTIONS_SIGNAL = 0x00000002, enumerator
H A Dthread_call.c575 if (options & THREAD_CALL_OPTIONS_SIGNAL) { in thread_call_setup_with_options()
/xnu-8020.101.4/iokit/Kernel/
H A DIOTimerEventSource.cpp276 tcoptions |= THREAD_CALL_OPTIONS_SIGNAL; in setTimeoutFunc()
291 if (THREAD_CALL_OPTIONS_SIGNAL & tcoptions) { in setTimeoutFunc()