Searched refs:AST_NONE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.h99 #define AST_NONE 0x00 macro
100 #define AST_ALL (~AST_NONE)
153 if ((*myast |= (reasons)) != AST_NONE) \
161 if ((*myast &= ~(reasons)) == AST_NONE) \
171 if ((*myast = ((*myast &~ AST_PER_THREAD) | (act)->ast)) != AST_NONE) \
189 ((void)hw_atomic_and(&(act)->ast, AST_NONE))
H A Dast.c109 if(*myast == AST_NONE) {
203 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsched_prim.c522 thread->reason = AST_NONE;
1729 thread->reason = AST_NONE;
1852 return thread_block_reason(continuation, NULL, AST_NONE);
1860 return thread_block_reason(continuation, parameter, AST_NONE);
1893 handoff = AST_NONE;
2174 preempt = AST_NONE;
2176 preempt = (options & SCHED_PREEMPT)? AST_PREEMPT: AST_NONE;
2179 preempt = AST_NONE;
2181 if (preempt != AST_NONE) {
2183 if (csw_check(processor) != AST_NONE)
[all...]
H A Dpriority.c168 if ((preempt = csw_check(processor)) != AST_NONE)
H A Dsyscall_subr.c439 if ((preempt = csw_check(myprocessor)) != AST_NONE)
H A Dthread.c163 thread_template.reason = AST_NONE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_init.c163 BootProcInfo.pending_ast = AST_NONE;
H A Dcpu.c320 proc_info->pending_ast = AST_NONE;
451 proc_info->pending_ast = AST_NONE;

Completed in 87 milliseconds