Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsysv_sem.c203 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()
/dragonfly/sys/sys/
HDproc.h352 #define P_SYSVSEM 0x00008 /* Might have SysV semaphores */ macro