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

  /external/compiler-rt/test/tsan/
mutexset3.cc 6 pthread_mutex_t mtx2; variable
11 pthread_mutex_lock(&mtx2);
13 pthread_mutex_unlock(&mtx2);
37 pthread_mutex_init(&mtx2, 0);
44 pthread_mutex_destroy(&mtx2);
mutexset4.cc 6 pthread_mutex_t mtx2; variable
10 pthread_mutex_lock(&mtx2);
12 pthread_mutex_unlock(&mtx2);
37 pthread_mutex_init(&mtx2, 0);
44 pthread_mutex_destroy(&mtx2);
mutexset5.cc 6 pthread_mutex_t mtx2; variable
17 pthread_mutex_lock(&mtx2);
19 pthread_mutex_unlock(&mtx2);
38 pthread_mutex_init(&mtx2, 0);
45 pthread_mutex_destroy(&mtx2);
mutexset6.cc 6 pthread_mutex_t mtx2; variable
20 pthread_mutex_lock(&mtx2);
23 pthread_mutex_unlock(&mtx2);
43 pthread_mutex_init(&mtx2, 0);
51 pthread_mutex_destroy(&mtx2);
  /external/clang/test/Analysis/
pthreadlock.c 7 pthread_mutex_t mtx1, mtx2; variable
40 pthread_mutex_lock(&mtx2); // no-warning
41 pthread_mutex_unlock(&mtx2); // no-warning
68 pthread_mutex_lock(&mtx2); // no-warning
69 pthread_mutex_unlock(&mtx2); // no-warning
99 pthread_mutex_destroy(&mtx2); // no-warning
114 pthread_mutex_unlock(&mtx2); // no-warning
115 pthread_mutex_destroy(&mtx2); // no-warning
136 pthread_mutex_init(&mtx2, NULL); // no-warning
151 pthread_mutex_destroy(&mtx2); // no-warnin
    [all...]

Completed in 67 milliseconds