Home
last modified time | relevance | path

Searched refs:pthread_cond_init (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dcond.c22 zassert_ok(pthread_cond_init(&m[i], NULL), "failed to init cond %zu", i); in ZTEST()
27 zassert_not_equal(0, pthread_cond_init(&m[i], NULL), "should not have initialized cond %zu", in ZTEST()
45 zassert_ok(pthread_cond_init(&cond, NULL), "failed to init cond %zu", i); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c29 switch (pthread_cond_init(cond, NULL)) { in cnd_init()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c68 NSI_SAFE_CALL(pthread_cond_init(&this->cond_cpu, NULL)); in nce_init()
Dnct.c521 NSI_SAFE_CALL(pthread_cond_init(&this->cond_threads, NULL)); in nct_init()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c93 zassert_not_null(pthread_cond_init); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c172 int pthread_cond_init(pthread_cond_t *cvar, const pthread_condattr_t *att) in pthread_cond_init() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h82 #define pthread_cond_init(...) zap_pthread_cond_init(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h72 int pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *att);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst577 pthread_cond_init(),yes