Searched refs:condvar_wait (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/include/kernel/ |
A D | mutex.h | 97 #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 D | tee_ta_manager.c | 70 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 D | mutex.c | 452 void condvar_wait(struct condvar *cv, struct mutex *m) in condvar_wait() function
|
/optee_os/core/arch/arm/mm/ |
A D | mobj_dyn_shm.c | 423 condvar_wait(&shm_cv, &shm_mu); in mobj_reg_shm_release_by_cookie()
|
A D | pgt_cache.c | 512 condvar_wait(&pgt_cv, &pgt_mu); in pgt_alloc()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 276 000000000e1176a4 000000000000013c T condvar_wait
|
A D | tee.dmp | 19750 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 D | tee.map | 22147 .text.condvar_wait 22149 0x000000000e1176a4 condvar_wait 25812 .rodata.condvar_wait.str1.1
|
Completed in 213 milliseconds