Home
last modified time | relevance | path

Searched defs:sem_wait (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dsemaphore.c214 int sem_wait(sem_t *semaphore) in sem_wait() function
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c661 struct k_sem *sem_wait = user_data; in ping_handler() local
677 static struct k_sem sem_wait; in send_ping() local
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h98 #define sem_wait(...) zap_sem_wait(__VA_ARGS__) macro