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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h133 #define FG_RMMSGQ 0x08 /* the fileglob is being removed from msgqueue */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c4318 while (fg->fg_lflags & FG_RMMSGQ) {
4375 fg->fg_lflags |= FG_RMMSGQ;
4386 fg->fg_lflags &= ~FG_RMMSGQ;

Completed in 69 milliseconds