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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.c74 sched_call_t sched_call; member in struct:thread_call_group
252 group->sched_call = sched_call_thread;
255 group->sched_call = NULL;
1165 thread_sched_call(self, group->sched_call);
H A Dthread.h261 void (*sched_call)( member in struct:thread
H A Dthread.c226 thread_template.sched_call = sched_call_null;
1682 thread->sched_call = (call != NULL)? call: sched_call_null;
H A Dsched_prim.c898 (*thread->sched_call)(SCHED_CALL_UNBLOCK, thread);
1891 (*thread->sched_call)(SCHED_CALL_BLOCK, thread);
1904 (*thread->sched_call)(SCHED_CALL_UNBLOCK, thread);
2443 (*thread->sched_call)(SCHED_CALL_BLOCK, thread);

Completed in 87 milliseconds