Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c4938 uint32_t clearwait_flags = TCRW_CLEAR_FINAL_WAIT; in posix_spawn() local
4940 clearwait_flags |= TCRW_CLEAR_EXEC_COMPLETE; in posix_spawn()
4943 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), clearwait_flags); in posix_spawn()
5520 uint32_t clearwait_flags = TCRW_CLEAR_FINAL_WAIT; in __mac_execve() local
5522 clearwait_flags |= TCRW_CLEAR_EXEC_COMPLETE; in __mac_execve()
5525 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), clearwait_flags); in __mac_execve()