Home
last modified time | relevance | path

Searched refs:FG_WRMMSGQ (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dfile_internal.h154 #define FG_WRMMSGQ 0x10 /* wait for the fileglob to be removed from msgqueue */ macro
/xnu-11215.81.4/bsd/kern/
H A Duipc_usrreq.c2268 fg->fg_lflags |= FG_WRMMSGQ; in fg_insertuipc_mark()
2369 if (fg->fg_lflags & FG_WRMMSGQ) { in fg_removeuipc()
2370 fg->fg_lflags &= ~FG_WRMMSGQ; in fg_removeuipc()