Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/posix/
Dpthread_cond.c54 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() function
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h91 #define pthread_cond_wait(...) zap_pthread_cond_wait(__VA_ARGS__) macro