Searched refs:TH_SFLAG_ABORT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c144 (inc->sched_flags & TH_SFLAG_ABORTED_MASK) != TH_SFLAG_ABORT) {
194 (inc->sched_flags & TH_SFLAG_ABORTED_MASK) != TH_SFLAG_ABORT) {
491 return ((th->sched_flags & TH_SFLAG_ABORTED_MASK) == TH_SFLAG_ABORT);
509 if ((th->sched_flags & TH_SFLAG_ABORTED_MASK) == TH_SFLAG_ABORT &&
H A Dthread_act.c320 if (!(thread->sched_flags & TH_SFLAG_ABORT)) {
321 thread->sched_flags |= TH_SFLAG_ABORT;
371 if (!(thread->sched_flags & TH_SFLAG_ABORT)) {
H A Dthread.h200 #define TH_SFLAG_ABORT 0x0010 /* abort interruptible waits */ macro
202 #define TH_SFLAG_ABORTED_MASK (TH_SFLAG_ABORT | TH_SFLAG_ABORTSAFELY)
H A Dsched_prim.c1050 !(thread->sched_flags & TH_SFLAG_ABORT) ||
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c1568 if ((interruptible != THREAD_UNINT) && (current_thread()->sched_flags & TH_SFLAG_ABORT)) {

Completed in 42 milliseconds