HomeSort by relevance Sort by last modified time
    Searched refs:s_use_mutex (Results 1 - 2 of 2) sorted by null

  /external/valgrind/drd/tests/
fp_race.c 27 static int s_use_mutex = 0; variable
45 s_use_mutex = 1;
76 if (s_use_mutex) pthread_mutex_lock(&s_mutex);
78 if (s_use_mutex) pthread_mutex_unlock(&s_mutex);
99 if (s_use_mutex) pthread_mutex_lock(&s_mutex);
101 if (s_use_mutex) pthread_mutex_unlock(&s_mutex);
pth_cond_race.c 20 static int s_use_mutex = 0; variable
35 s_use_mutex = 1;
66 if (s_use_mutex) pthread_mutex_lock(&s_mutex);
68 if (s_use_mutex) pthread_mutex_unlock(&s_mutex);

Completed in 67 milliseconds