Home
last modified time | relevance | path

Searched refs:pthread_barrier_init (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dbarrier.c107 int pthread_barrier_init(pthread_barrier_t *b, const pthread_barrierattr_t *attr, in pthread_barrier_init() function
Dpthread.c611 err = pthread_barrier_init(&barrier, NULL, 2); in pthread_create()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c84 zassert_not_null(pthread_barrier_init); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h112 #define pthread_barrier_init(...) zap_pthread_barrier_init(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h301 int pthread_barrier_init(pthread_barrier_t *b, const pthread_barrierattr_t *attr,
/Zephyr-latest/tests/posix/common/src/
Dpthread.c274 zassert_ok(pthread_barrier_init(&barrier, NULL, N_THR_E)); in ZTEST()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst21 pthread_barrier_init(),yes
566 pthread_barrier_init(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst244 :c:func:`pthread_barrier_init`