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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dposix_sem.h72 #define PSEM_ALLOCATED 4 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dposix_sem.c111 #define PSEM_ALLOCATED 4 macro
491 pinfo->psem_flags |= PSEM_ALLOCATED;
723 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))==0) {
809 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
810 != PSEM_ALLOCATED) {
870 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
871 != PSEM_ALLOCATED) {
934 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED))
935 != PSEM_ALLOCATED) {
1000 if ((pinfo->psem_flags & PSEM_ALLOCATED) !
[all...]

Completed in 74 milliseconds