Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dthread_call.c1023 call->tc_refs = 1; in thread_call_allocate_with_options()
1113 int32_t refs = --call->tc_refs; in thread_call_free()
1580 if (call->tc_refs <= 0) { in thread_call_finish()
1584 call->tc_refs--; in thread_call_finish()
1590 if ((!alloc || call->tc_refs != 0) && in thread_call_finish()
1620 if (!signal && alloc && call->tc_refs == 0) { in thread_call_finish()
1779 call->tc_refs++; /* Delay free until we're done */ in thread_call_thread()
H A Dthread_call.h384 int32_t tc_refs; member