Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dsemaphore.c144 int sem_post(sem_t *semaphore) in sem_post() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h95 #define sem_post(...) zap_sem_post(__VA_ARGS__) macro