Searched refs:uu_proc_refcount (Results 1 – 3 of 3) sorted by relevance
325 int uu_proc_refcount; member
451 uth->uu_proc_refcount = 0; in uthread_reset_proc_refcount()509 if (__improbable(uth->uu_proc_refcount != 0)) { in uthread_assert_zero_proc_refcount()511 uth->uu_proc_refcount, uth); in uthread_assert_zero_proc_refcount()561 uth->uu_proc_refcount += count; in record_procref()707 assert(current_uthread()->uu_proc_refcount >= 1); in proc_ref_needs_wait_for_exec()708 return current_uthread()->uu_proc_refcount == 1; in proc_ref_needs_wait_for_exec()
1343 refcount = int(uthread.uu_proc_refcount)