Home
last modified time | relevance | path

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

/optee_os/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/core/kernel/
A Dtee_ta_manager.c70 condvar_wait(&tee_ta_cv, &tee_ta_mutex); in lock_single_instance()
145 condvar_wait(&ctx->busy_cv, &tee_ta_mutex); in tee_ta_try_set_busy()
251 condvar_wait(&s->lock_cv, &tee_ta_mutex); in tee_ta_get_session()
280 condvar_wait(&s->refc_cv, &tee_ta_mutex); in tee_ta_unlink_session()
588 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/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.c512 condvar_wait(&pgt_cv, &pgt_mu); in pgt_alloc()
/optee_os/out/arm/core/
A Dtee.symb_sizes276 000000000e1176a4 000000000000013c T condvar_wait
A Dtee.dmp19750 e10caec: 94002aee bl e1176a4 <condvar_wait>
20828 e10d604: 94002828 bl e1176a4 <condvar_wait>
33259 e1154c0: 94000879 bl e1176a4 <condvar_wait>
33492 e115738: 940007db bl e1176a4 <condvar_wait>
33516 e115778: 940007cb bl e1176a4 <condvar_wait>
36551 000000000e1176a4 <condvar_wait>:
36552 condvar_wait():
36558 condvar_wait():
36571 condvar_wait():
36659 condvar_wait():
[all …]
A Dtee.map22147 .text.condvar_wait
22149 0x000000000e1176a4 condvar_wait
25812 .rodata.condvar_wait.str1.1

Completed in 213 milliseconds