Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dcond.c162 int pthread_cond_wait(pthread_cond_t *cv, pthread_mutex_t *mut) in pthread_cond_wait() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h86 #define pthread_cond_wait(...) zap_pthread_cond_wait(__VA_ARGS__) macro