Home
last modified time | relevance | path

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

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