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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dthread_info.h82 typedef integer_t *thread_info_t; /* varying array of int */ typedef
H A Dthread_act.defs222 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;
/macosx-10.10.1/adv_cmds-158/ps/
H A Dtasks.c64 (thread_info_t)buf, &count);
206 (thread_info_t)&ki->thval[j].tb,
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.h151 thread_info(pthread_mach_thread_np(pthread_self()), THREAD_BASIC_INFO, (thread_info_t)&myinfo, &count);
H A DStatistics.h104 thread_info(pthread_mach_thread_np(pthread_self()), THREAD_BASIC_INFO, (thread_info_t)&myinfo, &count);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp309 thread_info(threadPort, THREAD_BASIC_INFO, reinterpret_cast<thread_info_t>(&info), &infoCount);
/macosx-10.10.1/system_cmds-643.1.1/lsmp.tproj/
H A Dtask_details.c225 if (KERN_SUCCESS == thread_info(threadlist[i], THREAD_IDENTIFIER_INFO, (thread_info_t)&th_info, &th_info_count)) {
/macosx-10.10.1/xnu-2782.1.97/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,
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dintrospection.c75 THREAD_IDENTIFIER_INFO, (thread_info_t)&tiid, &cnt);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.h588 thread_info_t thread_info_out,
H A Dthread_act.c396 thread_info_t thread_info_out,
H A Dbsd_kern.c736 if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) != KERN_SUCCESS) {
H A Dthread.c1207 thread_info_t thread_info_out, /* ptr to OUT array */
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c2788 thread_info_t thread_info_out,
2872 (thread_info_internal(thread, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmtn) != KERN_SUCCESS)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1119 thread_info(threadPort, THREAD_BASIC_INFO, (thread_info_t)(&info), &infoCount);
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1664 kr = thread_info(threads[i], THREAD_BASIC_INFO, (thread_info_t)&info, &count);

Completed in 174 milliseconds