Home | History | Annotate | Download | only in tests

Lines Matching refs:s_mutex

18 static pthread_mutex_t s_mutex;
43 pthread_mutex_init(&s_mutex, 0);
44 pthread_mutex_lock(&s_mutex);
48 pthread_cond_wait(&s_cond, &s_mutex);
49 pthread_mutex_unlock(&s_mutex);
53 pthread_mutex_destroy(&s_mutex);
62 pthread_mutex_lock(&s_mutex);
63 pthread_mutex_unlock(&s_mutex);
66 if (s_use_mutex) pthread_mutex_lock(&s_mutex);
68 if (s_use_mutex) pthread_mutex_unlock(&s_mutex);