Searched refs:_pending_call_enqueue (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.c97 static __inline__ boolean_t _pending_call_enqueue(thread_call_t call, thread_call_group_t group);
397 * _pending_call_enqueue:
408 _pending_call_enqueue( function
629 _pending_call_enqueue(call, group);
812 result = _pending_call_enqueue(call, group);
838 result = _pending_call_enqueue(call, group);
1369 _pending_call_enqueue(call, group);

Completed in 15 milliseconds