Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsyscall_subr.c396 thread_handoff_deallocate(thread_t thread, thread_handoff_option_t option) in thread_handoff_deallocate() function
H A Dsched_prim.h628 extern wait_result_t thread_handoff_deallocate(thread_t thread, thread_handoff_option_t option);
H A Dsync_sema.c775 wait_result = thread_handoff_deallocate(handoff_thread, handoff_option); in semaphore_wait_internal()
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_eventlink.c791 wr = thread_handoff_deallocate(handoff_thread, handoff_option); in ipc_eventlink_signal_wait_internal()