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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h50 typedef void (*sched_call_t)(int type, thread_t thread); typedef
95 sched_call_t (*workqueue_get_sched_callback)(void);
175 void (*thread_sched_call)(thread_t t, sched_call_t call);
245 sched_call_t workqueue_get_sched_callback(void);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsyscall_subr.c80 extern sched_call_t workqueue_get_sched_callback(void);
206 sched_call_t callback = workqueue_get_sched_callback();
222 sched_call_t callback = workqueue_get_sched_callback();
H A Dsfi.c59 extern sched_call_t workqueue_get_sched_callback(void);
127 static inline void _sfi_wait_cleanup(sched_call_t callback);
809 static inline void _sfi_wait_cleanup(sched_call_t callback) {
847 sched_call_t workq_callback = workqueue_get_sched_callback();
H A Dthread.h871 typedef void (*sched_call_t)( typedef
880 sched_call_t call);
H A Dthread_call.c77 sched_call_t sched_call;
H A Dthread.c1991 sched_call_t call)
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_internal.h265 sched_call_t _workqueue_get_sched_callback(void);
H A Dkern_support.c1345 sched_call_t
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c233 sched_call_t

Completed in 138 milliseconds