Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dcond.c69 zassert_ok(pthread_condattr_destroy(&att)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c97 zassert_not_null(pthread_condattr_destroy); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c234 int pthread_condattr_destroy(pthread_condattr_t *att) in pthread_condattr_destroy() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h89 #define pthread_condattr_destroy(...) zap_pthread_condattr_destroy(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h124 int pthread_condattr_destroy(pthread_condattr_t *att);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst581 pthread_condattr_destroy(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2141 :c:func:`pthread_condattr_destroy`, :c:func:`pthread_condattr_init`,