Home
last modified time | relevance | path

Searched refs:sem_timedwait (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dsemaphore_h.c31 zassert_not_null(sem_timedwait); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dsemaphore.h22 int sem_timedwait(sem_t *ZRESTRICT semaphore, struct timespec *ZRESTRICT abstime);
/Zephyr-latest/tests/posix/semaphores/src/
Dmain.c59 zassert_equal(sem_timedwait(sem, &abstime), 0); in semaphore_test()
64 zassert_equal(sem_timedwait(sem, &abstime), -1); in semaphore_test()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h96 #define sem_timedwait(...) zap_sem_timedwait(__VA_ARGS__) macro
/Zephyr-latest/lib/posix/options/
Dsemaphore.c160 int sem_timedwait(sem_t *semaphore, struct timespec *abstime) in sem_timedwait() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1042 sem_timedwait(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1498 * Used consistent timebase in ``sem_timedwait()``.
2309 * :github:`46807` - lib: posix: semaphore: use consistent timebase in sem_timedwait