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

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h154 #define FG_RMMSGQ 0x08 /* the fileglob is being removed from msgqueue */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c5517 while (fg->fg_lflags & FG_RMMSGQ) {
5574 fg->fg_lflags |= FG_RMMSGQ;
5585 fg->fg_lflags &= ~FG_RMMSGQ;

Completed in 76 milliseconds