HomeSort by relevance Sort by last modified time
    Searched full:mtx3 (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc 9 pthread_rwlock_t mtx3; variable
23 pthread_rwlock_rdlock(&mtx3);
26 pthread_rwlock_unlock(&mtx3);
44 pthread_rwlock_init(&mtx3, 0);
52 pthread_rwlock_destroy(&mtx3);

Completed in 496 milliseconds