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

/xnu-2422.115.4/bsd/sys/
H A Dposix_sem.h76 #define PSEM_REMOVED 0x20 macro
/xnu-2422.115.4/bsd/kern/
H A Dposix_sem.c115 #define PSEM_REMOVED 0x20 macro
769 pinfo->psem_flags |= PSEM_REMOVED;
1036 if ((pinfo->psem_flags & PSEM_REMOVED) && !pinfo->psem_usecount) {

Completed in 69 milliseconds