Searched defs:new_thread (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dmachine.c297 thread_t new_thread, old_thread = processor->active_thread; local
H A Dthread.c700 thread_t new_thread; local
876 thread_create_internal2( task_t task, thread_t *new_thread, boolean_t from_user) argument
914 thread_create( task_t task, thread_t *new_thread) argument
922 thread_create_from_user( task_t task, thread_t *new_thread) argument
930 thread_create_running_internal2( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread, boolean_t from_user) argument
984 thread_create_running( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
997 thread_create_running_from_user( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
1010 thread_create_workq( task_t task, thread_continue_t thread_return, thread_t *new_thread) argument
1045 kernel_thread_create( thread_continue_t continuation, void *parameter, integer_t priority, thread_t *new_thread) argument
1076 kernel_thread_start_priority( thread_continue_t continuation, void *parameter, integer_t priority, thread_t *new_thread) argument
1099 kernel_thread_start( thread_continue_t continuation, void *parameter, thread_t *new_thread) argument
[all...]
H A Dsched_prim.c1755 thread_t new_thread = THREAD_NULL; local
2005 thread_t new_thread; local
2712 register thread_t new_thread; local
2783 thread_run( thread_t self, thread_continue_t continuation, void *parameter, thread_t new_thread) argument
4397 thread_t new_thread; local
4552 thread_t new_thread; local
[all...]

Completed in 27 milliseconds