Searched refs:sem_init (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/
H A Dsemaphore.h26 int sem_init(sem_t *sem, int pshared, unsigned int value);
/barrelfish-master/usr/tests/semaphores/
H A Dsemtest.c13 sem_init(&sem, 1, 0);
/barrelfish-master/lib/posixcompat/
H A Dsemaphore.c22 int sem_init(sem_t *sem, int pshared, unsigned int value) function
24 POSIXCOMPAT_DEBUG("sem_init(%p, %d, %u)\n", sem, pshared, value);
31 /* fprintf(stderr, "sem_init called with pshared != 0. Ignoring.\n"); */
33 POSIXCOMPAT_DEBUG("%d: sem_init(%p, %d, %u)\n", disp_get_domain_id(), sem, pshared, value);
/barrelfish-master/lib/libc/include/
H A Dnamespace.h216 #define sem_init _sem_init macro
H A Dun-namespace.h197 #undef sem_init macro
/barrelfish-master/lib/libc/gen/
H A Dsem.c54 * The function sem_init() should be overridden by a threads
112 FB10_COMPAT(_libc_sem_init_compat, sem_init);
H A DMakefile.inc262 sem_init.3 \
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c849 if (sem_init (Sem, 0, InitialUnits) == -1)

Completed in 123 milliseconds