Home
last modified time | relevance | path

Searched refs:tee_ta_init_cv (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dtee_ta_manager.h102 extern struct condvar tee_ta_init_cv;
/optee_os/core/kernel/
H A Dtee_ta_manager.c52 struct condvar tee_ta_init_cv = CONDVAR_INITIALIZER; variable
549 condvar_wait(&tee_ta_init_cv, &tee_ta_mutex); in tee_ta_init_session_with_context()
H A Duser_ta.c555 condvar_broadcast(&tee_ta_init_cv);