Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds