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

/darwin-on-arm/xnu/bsd/sys/
H A Dposix_sem.h72 #define PSEM_ALLOCATED 4 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c111 #define PSEM_ALLOCATED 4 macro
532 pinfo->psem_flags |= PSEM_ALLOCATED;
739 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))==0) {
826 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
827 != PSEM_ALLOCATED) {
887 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
888 != PSEM_ALLOCATED) {
951 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
952 != PSEM_ALLOCATED) {
1017 if ((pinfo->psem_flags & PSEM_ALLOCATED) !
[all...]

Completed in 110 milliseconds