Home
last modified time | relevance | path

Searched refs:condvar_wait (Results 1 – 5 of 5) 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
111 void condvar_wait(struct condvar *cv, struct mutex *m);
/optee_os/core/kernel/
H A Dtee_ta_manager.c81 condvar_wait(&tee_ta_cv, &tee_ta_mutex); in lock_single_instance()
156 condvar_wait(&ctx->busy_cv, &tee_ta_mutex); in tee_ta_try_set_busy()
262 condvar_wait(&s->lock_cv, &tee_ta_mutex); in tee_ta_get_session()
291 condvar_wait(&s->refc_cv, &tee_ta_mutex); in tee_ta_unlink_session()
549 condvar_wait(&tee_ta_init_cv, &tee_ta_mutex); in tee_ta_init_session_with_context()
H A Dmutex.c497 void condvar_wait(struct condvar *cv, struct mutex *m) in condvar_wait() function
/optee_os/core/mm/
H A Dmobj_dyn_shm.c500 condvar_wait(&shm_cv, &shm_mu); in mobj_reg_shm_release_by_cookie()
782 condvar_wait(&shm_cv, &shm_mu); in mobj_protmem_release_by_cookie()
H A Dpgt_cache.c838 condvar_wait(&pgt_cv, &pgt_mu); in pgt_get_all()