Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h1706 extern kern_return_t thread_get_voucher_origin_pid(thread_t thread, int32_t *pid);
H A Dthread.c3513 return thread_get_voucher_origin_pid(current_thread(), pid); in thread_get_current_voucher_origin_pid()
3520 thread_get_voucher_origin_pid(thread_t thread, int32_t *pid) in thread_get_voucher_origin_pid() function