Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c53 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c95 zassert_not_null(pthread_cond_timedwait); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c167 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut, const struct timespec *abstime) in pthread_cond_timedwait() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h87 #define pthread_cond_timedwait(...) zap_pthread_cond_timedwait(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h107 int pthread_cond_timedwait(pthread_cond_t *cv, pthread_mutex_t *mut,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst579 pthread_cond_timedwait(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst775 * :github:`17812` - pthread_cond_timedwait interprets timeout wrong