OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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