Searched refs:pthread_cond_wait (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/libc/common/source/thrd/ |
D | cnd.c | 65 switch (pthread_cond_wait(cond, mtx)) { in cnd_wait()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nce.c | 158 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()
|
D | nct.c | 169 pthread_cond_wait(&this->cond_threads, &this->mtx_threads); in nct_wait_until_allowed()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 96 zassert_not_null(pthread_cond_wait); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | cond.c | 162 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() function
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 86 #define pthread_cond_wait(...) zap_pthread_cond_wait(__VA_ARGS__) macro
|
/Zephyr-latest/tests/posix/common/src/ |
D | pthread.c | 90 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/ |
D | pthread.h | 100 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 580 pthread_cond_wait(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 1047 * :github:`41284` - pthread_cond_wait return value incorrect
|