Home
last modified time | relevance | path

Searched refs:thread_basic_info (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/mach/
H A Dthread_info.h91 struct thread_basic_info { struct
103 typedef struct thread_basic_info thread_basic_info_data_t; argument
104 typedef struct thread_basic_info *thread_basic_info_t;
/xnu-12377.81.4/tests/recount/
H A Drecount_perf_tests.c390 struct thread_basic_info before = { 0 }; in thread_basic_info_usage()
391 struct thread_basic_info after = { 0 }; in thread_basic_info_usage()
411 struct thread_basic_info *info = ctx; in thread_basic_info_usage()
423 struct thread_basic_info *info = ctx; in thread_basic_info_measurement()
618 struct thread_basic_info info = { 0 };
/xnu-12377.81.4/tests/ipc/
H A Dcontrol_port_movability_common.c63 struct thread_basic_info thread_basic_info_data; in receive_task_thread_control()