Home
last modified time | relevance | path

Searched refs:condvar_destroy (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dmutex.h86 void condvar_destroy(struct condvar *cv);
/optee_os/core/kernel/
H A Duser_ta.c505 condvar_destroy(&utc->ta_ctx.busy_cv); in tee_ta_init_user_ta_session()
550 condvar_destroy(&utc->ta_ctx.busy_cv); in tee_ta_complete_user_ta_session()
H A Dmutex.c384 void condvar_destroy(struct condvar *cv) in condvar_destroy() function
H A Dtee_ta_manager.c327 condvar_destroy(&ctx->busy_cv);