Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dpolicy_check.c22 int get_thread_lock_count(thread_t th); /* forced forward */
73 if ((i = get_thread_lock_count(current_thread())) != 0) { in common_hook()
/xnu-12377.41.6/osfmk/kern/
H A Dbsd_kern.c222 int get_thread_lock_count(thread_t th); /* forced forward */
224 get_thread_lock_count(thread_t th __unused) in get_thread_lock_count() function