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()833 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_wait_nocancel()834 != PSEM_ALLOCATED) { in sem_wait_nocancel()892 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_trywait()893 != PSEM_ALLOCATED) { in sem_trywait()955 if ((pinfo->psem_flags & (PSEM_DEFINED | PSEM_ALLOCATED)) in sem_post()956 != PSEM_ALLOCATED) { in sem_post()1003 if ((pinfo->psem_flags & PSEM_ALLOCATED) != PSEM_ALLOCATED) { in psem_close()[all …]
72 #define PSEM_ALLOCATED 4 macro