Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dmutex.h83 #define CONDVAR_INITIALIZER { .m = NULL } macro
/optee_os/core/kernel/
H A Dmutex.c381 *cv = (struct condvar)CONDVAR_INITIALIZER; in condvar_init()
H A Dtee_ta_manager.c52 struct condvar tee_ta_init_cv = CONDVAR_INITIALIZER;
56 static struct condvar tee_ta_cv = CONDVAR_INITIALIZER;
/optee_os/core/mm/
H A Dmobj_dyn_shm.c25 static struct condvar shm_cv = CONDVAR_INITIALIZER;
H A Dpgt_cache.c363 static struct condvar pgt_cv = CONDVAR_INITIALIZER;