Searched refs:thread_create_with_options_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | thread.c | 1626 thread_create_with_options_internal( in thread_create_with_options_internal() function 1675 return thread_create_with_options_internal(task, new_thread, FALSE, in thread_create_immovable() 1685 return thread_create_with_options_internal(task, new_thread, TRUE, TH_OPTION_NONE, in thread_create_from_user() 1695 return thread_create_with_options_internal(task, new_thread, FALSE, TH_OPTION_NONE, continuation); in thread_create_with_continuation()
|