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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h233 void (*sched_call)( member in struct:thread
H A Dthread.c205 thread_template.sched_call = sched_call_null;
1280 thread->sched_call = (call != NULL)? call: sched_call_null;
H A Dsched_prim.c486 (*thread->sched_call)(SCHED_CALL_UNBLOCK, thread);
1390 (*thread->sched_call)(SCHED_CALL_BLOCK, thread);
1401 (*thread->sched_call)(SCHED_CALL_UNBLOCK, thread);
1755 (*thread->sched_call)(SCHED_CALL_BLOCK, thread);

Completed in 34 milliseconds