Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dcond.c31 zassert_ok(pthread_cond_destroy(&m[i - 1]), "failed to destroy cond %zu", i - 1); in ZTEST()
46 zassert_ok(pthread_cond_destroy(&cond), "failed to destroy cond %zu", i); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c24 (void)pthread_cond_destroy(cond); in cnd_destroy()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c92 zassert_not_null(pthread_cond_destroy); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c190 int pthread_cond_destroy(pthread_cond_t *cvar) in pthread_cond_destroy() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h83 #define pthread_cond_destroy(...) zap_pthread_cond_destroy(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h79 int pthread_cond_destroy(pthread_cond_t *cv);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst576 pthread_cond_destroy(),yes