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

/xnu-2422.115.4/bsd/sys/
H A Dposix_sem.h73 #define PSEM_ALLOCATED 4 macro
/xnu-2422.115.4/bsd/kern/
H A Dposix_sem.c112 #define PSEM_ALLOCATED 4 macro
540 pinfo->psem_flags |= PSEM_ALLOCATED;
747 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))==0) {
834 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
835 != PSEM_ALLOCATED) {
895 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
896 != PSEM_ALLOCATED) {
959 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
960 != PSEM_ALLOCATED) {
1025 if ((pinfo->psem_flags & PSEM_ALLOCATED) !
[all...]

Completed in 20 milliseconds