Home
last modified time | relevance | path

Searched defs:pthread_cond_init (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/posix/
Dpthread.h86 static inline int pthread_cond_init(pthread_cond_t *cv, in pthread_cond_init() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h87 #define pthread_cond_init(...) zap_pthread_cond_init(__VA_ARGS__) macro