Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kperf/
H A Dlazy.c72 uint64_t wait_time = thread_get_last_wait_duration(thread); in kperf_lazy_make_runnable()
93 uint64_t wait_time = thread_get_last_wait_duration(thread); in kperf_lazy_wait_sample()
/xnu-11215/osfmk/kern/
H A Dthread.h1744 uint64_t thread_get_last_wait_duration(thread_t thread);
H A Dthread.c3921 thread_get_last_wait_duration(thread_t thread) in thread_get_last_wait_duration() function