Searched refs:P_SYSVSEM (Results 1 – 2 of 2) sorted by relevance
203 p->p_flags |= P_SYSVSEM; in semu_alloc()1068 if ((p->p_flags & P_SYSVSEM) == 0) in semexit()1086 p->p_flags &= ~P_SYSVSEM; in semexit()1154 p->p_flags &= ~P_SYSVSEM; in semexit()
352 #define P_SYSVSEM 0x00008 /* Might have SysV semaphores */ macro