Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Ddebug.c1164 __assert_only os_ref_count_t th_ref_count; in panic_with_thread_context() local
1167 th_ref_count = os_ref_get_count_raw(&thread->ref_count); in panic_with_thread_context()
1168 …assertf(th_ref_count > 0, "panic_with_thread_context called with invalid thread %p with refcount %… in panic_with_thread_context()