Home
last modified time | relevance | path

Searched refs:condvar_wait (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dmutex.h97 #define condvar_wait(cv, m) condvar_wait_debug((cv), (m), __FILE__, __LINE__) macro
101 void condvar_wait(struct condvar *cv, struct mutex *m);
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c88 condvar_wait(&tee_ta_cv, &tee_ta_mutex); in lock_single_instance()
163 condvar_wait(&ctx->busy_cv, &tee_ta_mutex); in tee_ta_try_set_busy()
269 condvar_wait(&s->lock_cv, &tee_ta_mutex); in tee_ta_get_session()
298 condvar_wait(&s->refc_cv, &tee_ta_mutex); in tee_ta_unlink_session()
605 condvar_wait(&tee_ta_init_cv, &tee_ta_mutex); in tee_ta_init_session_with_context()
A Dmutex.c452 void condvar_wait(struct condvar *cv, struct mutex *m) in condvar_wait() function
/optee_os-3.20.0/core/arch/arm/mm/
A Dmobj_dyn_shm.c423 condvar_wait(&shm_cv, &shm_mu); in mobj_reg_shm_release_by_cookie()
A Dpgt_cache.c834 condvar_wait(&pgt_cv, &pgt_mu); in pgt_get_all()

Completed in 8 milliseconds