Searched refs:AST_QUANTUM (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.h87 #define AST_QUANTUM 0x02 macro
103 #define AST_PREEMPTION (AST_PREEMPT | AST_QUANTUM | AST_URGENT)
H A Dsched_prim.c1688 thread->reason |= AST_QUANTUM;
1698 thread->reason |= AST_QUANTUM;
1707 if ((thread->reason & (AST_HANDOFF|AST_QUANTUM)) == AST_HANDOFF) {
1709 thread->reason |= AST_QUANTUM;
1721 if (thread->reason & AST_QUANTUM)

Completed in 29 milliseconds