sem.c | 178 sem_alloc(unsigned int value, intptr_t semid, unsigned int magic, sem_t *semp) function in typeref:typename:int 228 if ((error = sem_alloc(value, semid, SEM_MAGIC, sem)) != 0) { 310 if ((error = sem_alloc(value, semid, SEM_MAGIC_NAMED, sem)) != 0)
|