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

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c204 thread_t thread, *thread_list = (thread_t *)addr; local
251 thread_t *thread_list = (thread_t *)addr; local
283 thread_t *thread_list; local
411 chudxnu_all_threads( thread_array_t *thread_list, mach_msg_type_number_t *count) argument
419 chudxnu_task_threads( task_t task, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
428 chudxnu_free_thread_list( thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor.c765 thread_t thread, *thread_list = (thread_t *)addr; local
811 thread_t *thread_list = (thread_t *)addr; local
845 thread_t *thread_list = (thread_t *)addr; local
880 processor_set_threads( __unused processor_set_t pset, __unused thread_array_t *thread_list, __unused mach_msg_type_number_t *count) argument
889 processor_set_threads( __unused processor_set_t pset, __unused thread_array_t *thread_list, __unused mach_msg_type_number_t *count) argument
898 processor_set_threads( processor_set_t pset, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
H A Dtask.c903 thread_t *thread_list; local

Completed in 83 milliseconds