Searched refs:PSEM_ALLOCATED (Results 1 – 2 of 2) sorted by relevance
107 #define PSEM_ALLOCATED 4 macro540 pinfo->psem_flags |= PSEM_ALLOCATED; in sem_open()674 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) == 0) { in psem_unlink_internal()830 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_wait_nocancel()831 != PSEM_ALLOCATED) { in sem_wait_nocancel()889 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_trywait()890 != PSEM_ALLOCATED) { in sem_trywait()952 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_post()953 != PSEM_ALLOCATED) { in sem_post()1000 if ((pinfo->psem_flags & PSEM_ALLOCATED) != PSEM_ALLOCATED) { in psem_close()[all …]
72 #define PSEM_ALLOCATED 4 macro