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

  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 48 void rdunlock() { assert(0); } function in class:PthreadMutex
75 void rdunlock() { assert(0); } function in class:PthreadSpinLock
96 void rdunlock() { assert(0 == pthread_rwlock_unlock(&mu_)); } function in class:PthreadRWLock
135 locks_[i]->rdunlock();

Completed in 242 milliseconds