Searched refs:_pending_call_enqueue (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | thread_call.c | 187 static bool _pending_call_enqueue(thread_call_t call, thread_call_group_t group… 710 _pending_call_enqueue(thread_call_t call, in _pending_call_enqueue() function 1186 result = _pending_call_enqueue(call, group, mach_absolute_time()); in thread_call_enter1() 1616 _pending_call_enqueue(call, group, mach_absolute_time()); in thread_call_finish() 2056 _pending_call_enqueue(call, group, now); in thread_call_delayed_timer() 2084 _pending_call_enqueue(call, group, now); in thread_call_delayed_timer_rescan()
|