Searched refs:pthread_cond_init (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | cond.c | 22 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/ |
D | cnd.c | 29 switch (pthread_cond_init(cond, NULL)) { in cnd_init()
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nce.c | 68 NSI_SAFE_CALL(pthread_cond_init(&this->cond_cpu, NULL)); in nce_init()
|
D | nct.c | 521 NSI_SAFE_CALL(pthread_cond_init(&this->cond_threads, NULL)); in nct_init()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 93 zassert_not_null(pthread_cond_init); in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | cond.c | 172 int pthread_cond_init(pthread_cond_t *cvar, const pthread_condattr_t *att) in pthread_cond_init() function
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 82 #define pthread_cond_init(...) zap_pthread_cond_init(__VA_ARGS__) macro
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 72 int pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *att);
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 577 pthread_cond_init(),yes
|