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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h157 thread_call_allocate or thread_call_allocate_with_priority, and that invocations
179 @function thread_call_allocate_with_priority
188 extern thread_call_t thread_call_allocate_with_priority(
197 or thread_call_allocate_with_priority. Once thread_call_free has been called,
H A Dthread_call.c715 thread_call_allocate_with_priority( function
H A Dtask_policy.c1594 task->rusage_cpu_callt = thread_call_allocate_with_priority(task_action_cpuusage, (thread_call_param_t)task, THREAD_CALL_PRIORITY_KERNEL);

Completed in 27 milliseconds