Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dthread.c1630 thread_create_with_options_internal( in thread_create_with_options_internal() function
1679 return thread_create_with_options_internal(task, new_thread, FALSE, in thread_create_immovable()
1689 return thread_create_with_options_internal(task, new_thread, TRUE, TH_OPTION_NONE, in thread_create_from_user()
1699 return thread_create_with_options_internal(task, new_thread, FALSE, TH_OPTION_NONE, continuation); in thread_create_with_continuation()