Searched refs:task_clear_return_wait (Results 1 – 5 of 5) sorted by relevance
1198 task_clear_return_wait(get_threadtask(thread), TCRW_CLEAR_ALL_WAIT); in bsd_utaskbootstrap()
631 task_clear_return_wait(get_threadtask(child_thread), TCRW_CLEAR_ALL_WAIT); in fork()
4674 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), TCRW_CLEAR_INITIAL_WAIT); in posix_spawn()4943 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), clearwait_flags); in posix_spawn()5499 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), TCRW_CLEAR_INITIAL_WAIT); in __mac_execve()5525 task_clear_return_wait(get_threadtask(imgp->ip_new_thread), clearwait_flags); in __mac_execve()
1271 extern void task_clear_return_wait(task_t task, uint32_t flags);
895 task_clear_return_wait(task_t task, uint32_t flags) in task_clear_return_wait() function