Searched refs:thread_create_with_options_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | thread.c | 1632 thread_create_with_options_internal( in thread_create_with_options_internal() function 1681 return thread_create_with_options_internal(task, new_thread, FALSE, in thread_create_immovable() 1691 return thread_create_with_options_internal(task, new_thread, TRUE, TH_OPTION_NONE, in thread_create_from_user() 1701 return thread_create_with_options_internal(task, new_thread, FALSE, TH_OPTION_NONE, continuation); in thread_create_with_continuation()
|