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

  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 46 bool try_rdlock() { assert(0); } function in class:PthreadMutex
74 bool try_rdlock() { assert(0); } function in class:PthreadSpinLock
98 bool try_rdlock() { return 0 == pthread_rwlock_tryrdlock(&mu_); } function in class:PthreadRWLock

Completed in 65 milliseconds