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

/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c251 thread_t thread, *thread_list = (thread_t *)addr; local
298 thread_t *thread_list = (thread_t *)addr; local
330 thread_t *thread_list; local
458 chudxnu_all_threads( thread_array_t *thread_list, mach_msg_type_number_t *count) argument
466 chudxnu_task_threads( task_t task, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
475 chudxnu_free_thread_list( thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor.c838 thread_t thread, *thread_list = (thread_t *)addr; local
884 thread_t *thread_list = (thread_t *)addr; local
918 thread_t *thread_list = (thread_t *)addr; local
953 processor_set_threads( __unused processor_set_t pset, __unused thread_array_t *thread_list, __unused mach_msg_type_number_t *count) argument
962 processor_set_threads( __unused processor_set_t pset, __unused thread_array_t *thread_list, __unused mach_msg_type_number_t *count) argument
971 processor_set_threads( processor_set_t pset, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
H A Dtask.c1115 thread_t *thread_list; local

Completed in 31 milliseconds