Home
last modified time | relevance | path

Searched refs:sem_trywait (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsemaphore_h.c32 zassert_not_null(sem_trywait); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsemaphore.h23 int sem_trywait(sem_t *semaphore);
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c46 zassert_equal(sem_trywait(sem), -1); in semaphore_test()
80 zassert_equal(sem_trywait(sem), 0); in semaphore_test()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h97 #define sem_trywait(...) zap_sem_trywait(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dsemaphore.c199 int sem_trywait(sem_t *semaphore) in sem_trywait() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst449 sem_trywait(),yes