Searched refs:THREAD_BASIC_INFO (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/tests/sched/ |
| H A D | cluster_bound_threads.c | 97 kr = thread_info(thread_port, THREAD_BASIC_INFO, (thread_info_t)&bound_thread_info, &count);
|
| H A D | thread_group_fairness.c | 151 kr = thread_info(thread_port, THREAD_BASIC_INFO, (thread_info_t)&info, &count); in snapshot_user_time_usec()
|
| /xnu-11215/osfmk/mach/ |
| H A D | thread_info.h | 90 #define THREAD_BASIC_INFO 3 /* basic information */ macro
|
| /xnu-11215/tests/recount/ |
| H A D | recount_perf_tests.c | 393 kern_return_t before_kr = thread_info(mach_thread_self(), THREAD_BASIC_INFO, in thread_basic_info_usage() 397 thread_info(mach_thread_self(), THREAD_BASIC_INFO, in thread_basic_info_usage() 401 kern_return_t after_kr = thread_info(mach_thread_self(), THREAD_BASIC_INFO, in thread_basic_info_usage()
|
| /xnu-11215/tests/ |
| H A D | kernel_inspection.c | 76 kr = thread_info(threads[i], THREAD_BASIC_INFO, in attempt_kernel_inspection()
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 32 | `THREAD_BASIC_INFO` | thread | thread port | P | ✓ | | | …
|
| /xnu-11215/osfmk/kern/ |
| H A D | bsd_kern.c | 1139 …if ((kret = thread_info_internal(thact, THREAD_BASIC_INFO, (thread_info_t)&basic_info, &count)) !=… in fill_taskthreadinfo()
|
| H A D | thread.c | 2060 if (flavor == THREAD_BASIC_INFO) { in thread_info_internal()
|
| /xnu-11215/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 675 …thread_info(pthread_mach_thread_np(pthread_self()), THREAD_BASIC_INFO, (thread_info_t)&info, &info… in get_thread_runtime()
|
| /xnu-11215/bsd/kern/ |
| H A D | tty.c | 3053 …(thread_info_internal(get_machthread(uthread), THREAD_BASIC_INFO, (thread_info_t)&basic_info, &mmt… in ttyinfo_locked()
|