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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmachine.c280 thread_t new_thread, old_thread = processor->active_thread; local
H A Dthread.c570 thread_t new_thread; local
710 thread_create( task_t task, thread_t *new_thread) argument
738 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
785 kernel_thread_create( thread_continue_t continuation, void *parameter, integer_t priority, thread_t *new_thread) argument
819 kernel_thread_start_priority( thread_continue_t continuation, void *parameter, integer_t priority, thread_t *new_thread) argument
842 kernel_thread_start( thread_continue_t continuation, void *parameter, thread_t *new_thread) argument
[all...]
H A Dsched_prim.c1173 thread_t new_thread = THREAD_NULL; local
1366 thread_t new_thread; local
1809 register thread_t new_thread; local
1874 thread_run( thread_t self, thread_continue_t continuation, void *parameter, thread_t new_thread) argument
2856 thread_t new_thread; local
2976 thread_t new_thread; local
[all...]

Completed in 14 milliseconds