Home
last modified time | relevance | path

Searched defs:sem_init (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dsemaphore.c121 int sem_init(sem_t *semaphore, int pshared, unsigned int value) in sem_init() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h94 #define sem_init(...) zap_sem_init(__VA_ARGS__) macro