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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dthread_info.h82 typedef integer_t *thread_info_t; /* varying array of int */ typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c471 thread_info_t thread_info_out,
H A Dchud_xnu.h79 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);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h464 thread_info_t thread_info_out,
H A Dbsd_kern.c597 if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) != KERN_SUCCESS) {
H A Dthread_act.c394 thread_info_t thread_info_out,
H A Dthread.c874 thread_info_t thread_info_out, /* ptr to OUT array */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c2329 thread_info_t thread_info_out,
2406 (thread_info_internal(thread, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmtn) != KERN_SUCCESS)) {

Completed in 92 milliseconds