Searched refs:CONDVAR_INITIALIZER (Results 1 – 5 of 5) sorted by relevance
83 #define CONDVAR_INITIALIZER { .m = NULL } macro
41 struct condvar tee_ta_init_cv = CONDVAR_INITIALIZER;45 static struct condvar tee_ta_cv = CONDVAR_INITIALIZER;
347 *cv = (struct condvar)CONDVAR_INITIALIZER; in condvar_init()
27 static struct condvar shm_cv = CONDVAR_INITIALIZER;
62 static struct condvar pgt_cv = CONDVAR_INITIALIZER;
Completed in 7 milliseconds