Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsemaphore_h.c34 zassert_not_null(sem_wait); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsemaphore.h24 int sem_wait(sem_t *semaphore);
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c661 struct k_sem *sem_wait = user_data; in ping_handler() local
668 k_sem_give(sem_wait); in ping_handler()
677 static struct k_sem sem_wait; in send_ping() local
691 k_sem_init(&sem_wait, 0, 1); in send_ping()
696 NULL, &sem_wait); in send_ping()
698 ret = k_sem_take(&sem_wait, K_MSEC(timeout_ms)); in send_ping()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h98 #define sem_wait(...) zap_sem_wait(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/common/src/
Dpthread.c316 sem_wait(&main_sem); in ZTEST()
330 sem_wait(&main_sem); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dsemaphore.c214 int sem_wait(sem_t *semaphore) in sem_wait() function
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c85 zassert_equal(sem_wait(sem), 0, "sem_wait failed"); in semaphore_test()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access_bottom.c100 sem_wait(&op_queue.op_done); in queue_op()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst451 sem_wait(),yes