Searched refs:TH_SFLAG_ABORTSAFELY (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c512 if (th->sched_flags & TH_SFLAG_ABORTSAFELY) {
515 if (th->sched_flags & TH_SFLAG_ABORTSAFELY)
H A Dthread.h201 #define TH_SFLAG_ABORTSAFELY 0x0020 /* ... but only those at safe point */ macro
202 #define TH_SFLAG_ABORTED_MASK (TH_SFLAG_ABORT | TH_SFLAG_ABORTSAFELY)
H A Dthread_act.c325 thread->sched_flags &= ~TH_SFLAG_ABORTSAFELY;
H A Dsched_prim.c1052 (thread->sched_flags & TH_SFLAG_ABORTSAFELY))) {
1062 if (thread->sched_flags & TH_SFLAG_ABORTSAFELY)

Completed in 40 milliseconds