Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_call.c2291 uint64_t submit_count = call->tc_submit_count; in thread_call_wait_locked() local
2293 while (call->tc_finish_count < submit_count) { in thread_call_wait_locked()