Searched refs:PSEM_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
110 #define PSEM_ALLOCATED 4 macro699 pinfo->psem_flags |= PSEM_ALLOCATED; in sem_open()833 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) == 0) { in psem_unlink_internal()1002 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_wait_nocancel()1003 != PSEM_ALLOCATED) { in sem_wait_nocancel()1061 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_trywait()1062 != PSEM_ALLOCATED) { in sem_trywait()1124 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_post()1125 != PSEM_ALLOCATED) { in sem_post()1172 if ((pinfo->psem_flags & PSEM_ALLOCATED) != PSEM_ALLOCATED) { in psem_close()[all …]
72 #define PSEM_ALLOCATED 4 macro