Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dthread.h1580 extern kern_return_t thread_get_voucher_origin_pid(thread_t thread, int32_t *pid);
H A Dtelemetry.c1004 if (thread_get_voucher_origin_pid(thread, &origin_pid) != KERN_SUCCESS) { in telemetry_process_sample()
H A Dthread.c3532 return thread_get_voucher_origin_pid(current_thread(), pid); in thread_get_current_voucher_origin_pid()
3539 thread_get_voucher_origin_pid(thread_t thread, int32_t *pid) in thread_get_voucher_origin_pid() function