Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c65 switch (pthread_cond_wait(cond, mtx)) { in cnd_wait()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c158 pthread_cond_wait(&this->cond_cpu, &this->mtx_cpu); in change_cpu_state_and_wait()
213 pthread_cond_wait(&this->cond_cpu, &this->mtx_cpu); in nce_boot_cpu()
Dnct.c169 pthread_cond_wait(&this->cond_threads, &this->mtx_threads); in nct_wait_until_allowed()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c96 zassert_not_null(pthread_cond_wait); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c162 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h86 #define pthread_cond_wait(...) zap_pthread_cond_wait(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/common/src/
Dpthread.c90 zassert_equal(0, pthread_cond_wait(&cvar0, &lock), ""); in thread_top_exec()
125 pthread_cond_wait(&cvar1, &lock); in thread_top_exec()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h100 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst580 pthread_cond_wait(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1047 * :github:`41284` - pthread_cond_wait return value incorrect