Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h117 #define pthread_barrier_init(...) zap_pthread_barrier_init(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h354 static inline int pthread_barrier_init(pthread_barrier_t *b, in pthread_barrier_init() function