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

  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 8 // RUN: %clangxx_tsan %s -o %t -DLockType=PthreadRecursiveMutex
53 class PthreadRecursiveMutex : public PthreadMutex {
55 PthreadRecursiveMutex() : PthreadMutex(true) { }

Completed in 43 milliseconds