Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dcond.c55 zassert_ok(pthread_condattr_init(&att)); in ZTEST()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c100 zassert_not_null(pthread_condattr_init); in ZTEST()
/Zephyr-latest/lib/posix/options/
Dcond.c225 int pthread_condattr_init(pthread_condattr_t *att) in pthread_condattr_init() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h88 #define pthread_condattr_init(...) zap_pthread_condattr_init(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h116 int pthread_condattr_init(pthread_condattr_t *att);
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst582 pthread_condattr_init(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst2141 :c:func:`pthread_condattr_destroy`, :c:func:`pthread_condattr_init`,