Home
last modified time | relevance | path

Searched defs:DDLogicalThread (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc29 struct DDLogicalThread { struct
30 u64 ctx;
31 DeadlockDetectorTLS<DDBV> dd;
32 DDReport rep;
33 bool report_pending;
Dsanitizer_deadlock_detector2.cc71 struct DDLogicalThread { struct
72 u64 ctx;
73 ThreadMutex locked[kMaxNesting];
74 int nlocked;
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cpp28 struct DDLogicalThread { struct
29 u64 ctx;
30 DeadlockDetectorTLS<DDBV> dd;
31 DDReport rep;
32 bool report_pending;
Dsanitizer_deadlock_detector2.cpp70 struct DDLogicalThread { struct
71 u64 ctx;
72 ThreadMutex locked[kMaxNesting];
73 int nlocked;