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

/xnu-2782.1.97/osfmk/kern/
H A Dsfi.c817 thread_sched_call(self, callback);
883 thread_sched_call(thread, NULL);
916 thread_sched_call(thread, workq_callback);
H A Dsyscall_subr.c213 thread_sched_call(self, NULL);
226 thread_sched_call(self, callback);
H A Dthread_call.c1175 thread_sched_call(self, group->sched_call);
1233 thread_sched_call(self, NULL);
H A Dthread.h878 extern void thread_sched_call(
H A Dthread.c438 thread_sched_call(thread, NULL);
1989 thread_sched_call( function
/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c456 .thread_sched_call = thread_sched_call,
/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h175 void (*thread_sched_call)(thread_t t, sched_call_t call); member in struct:pthread_callbacks_s

Completed in 39 milliseconds