Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h1156 extern void thread_corpse_continue(void) __dead2;
H A Dthread.c424 thread_corpse_continue(void) in thread_corpse_continue() function
H A Dtask.c2913 … thread_create_with_continuation(new_task, &new_thread, (thread_continue_t)thread_corpse_continue); in task_duplicate_map_and_threads()