Home
last modified time | relevance | path

Searched refs:thread_get_thread_name (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dthread.h1897 thread_get_thread_name(thread_t th, char* name);
H A Dtelemetry.c580 thread_get_thread_name(thread, scratch->ts_sample.tks_thread_name); in _telemetry_take_sample_kernel()
H A Dthread.c3866 thread_get_thread_name(thread_t th, char* name) in thread_get_thread_name() function
H A Dsched_prim.c6859 thread_get_thread_name(thread, th_name); in thread_update_process_threads()
/xnu-12377.61.12/iokit/Kernel/
H A DIOService.cpp6730 thread_get_thread_name(current_thread(), currentName); in waitForMatchingServiceWithToken()