Searched refs:thread_get_voucher_origin_pid (Results 1 – 3 of 3) sorted by relevance
1580 extern kern_return_t thread_get_voucher_origin_pid(thread_t thread, int32_t *pid);
1004 if (thread_get_voucher_origin_pid(thread, &origin_pid) != KERN_SUCCESS) { in telemetry_process_sample()
3532 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