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

/darwin-on-arm/xnu/osfmk/mach_debug/
H A Dtemplate.mk38 OTHERS = ${MACH_DEBUG_FILES} macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dtemplate.mk38 OTHERS = ${NORMA_TASK_FILES} ${NORMA_TASK_USER_FILES} macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c112 #define OTHERS 0x2 macro
921 lf_findoverlap(lf, lock, OTHERS, &prev, &overlap) != OVERLAP_NONE;
971 * the check == OTHERS case, and for the
980 * overlapping locks owned by us, or it can be OTHERS, meaning
1005 ((type & OTHERS) && lf->lf_id == lock->lf_id)) {

Completed in 30 milliseconds