Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/mach/
H A Dthread_info.h92 struct thread_basic_info { struct
104 typedef struct thread_basic_info thread_basic_info_data_t; argument
105 typedef struct thread_basic_info *thread_basic_info_t;
/xnu-10002.1.13/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 };