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