Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dmutex.h97 #define condvar_wait(cv, m) condvar_wait_debug((cv), (m), __FILE__, __LINE__) macro
/optee_os/core/kernel/
H A Dmutex.c497 void condvar_wait(struct condvar *cv, struct mutex *m) in condvar_wait() function