Searched refs:thread_create_with_options_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | thread.c | 1520 thread_create_with_options_internal( in thread_create_with_options_internal() function 1569 return thread_create_with_options_internal(task, new_thread, FALSE, in thread_create_immovable() 1579 return thread_create_with_options_internal(task, new_thread, TRUE, TH_OPTION_NONE, in thread_create_from_user() 1589 return thread_create_with_options_internal(task, new_thread, FALSE, TH_OPTION_NONE, continuation); in thread_create_with_continuation()
|