Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dthread.h1436 extern kern_return_t thread_create_with_continuation(
H A Dthread.c1690 thread_create_with_continuation( in thread_create_with_continuation() function
H A Dtask.c2913 …kr = thread_create_with_continuation(new_task, &new_thread, (thread_continue_t)thread_corpse_conti… in task_duplicate_map_and_threads()