Searched refs:thread_info_t (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dthread_info.h82 typedef integer_t *thread_info_t; /* varying array of int */ typedef
H A Dthread_act.defs216 out thread_info_out : thread_info_t, CountInOut);
H A Dmach_types.defs208 /* thread_info_t: this inline array can hold any of:
217 type thread_info_t = array[*:12] of integer_t;
/xnu-2422.115.4/osfmk/chud/
H A Dchud_xnu.h95 extern kern_return_t chudxnu_thread_info( thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count);
H A Dchud_thread.c526 thread_info_t thread_info_out,
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c695 if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) != KERN_SUCCESS) {
H A Dthread.h562 thread_info_t thread_info_out,
H A Dthread_act.c396 thread_info_t thread_info_out,
H A Dthread.c1112 thread_info_t thread_info_out, /* ptr to OUT array */
/xnu-2422.115.4/bsd/kern/
H A Dtty.c2756 thread_info_t thread_info_out,
2840 (thread_info_internal(thread, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmtn) != KERN_SUCCESS)) {

Completed in 42 milliseconds