OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DDReport
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h
53
struct
DDReport
{
88
virtual
DDReport
*GetReport(DDCallback *cb) { return 0; }
sanitizer_deadlock_detector1.cc
32
DDReport
rep;
55
DDReport
*GetReport(DDCallback *cb);
126
DDReport
*rep = <->rep;
181
DDReport
*DD::GetReport(DDCallback *cb) {
sanitizer_deadlock_detector2.cc
59
DDReport
rep;
100
DDReport
*GetReport(DDCallback *cb);
406
DDReport
*rep = &pt->rep;
420
DDReport
*DD::GetReport(DDCallback *cb) {
/external/compiler-rt/lib/tsan/dd/
dd_rtl.cc
39
static void ReportDeadlock(Thread *thr,
DDReport
*rep) {
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
26
void ReportDeadlock(ThreadState *thr, uptr pc,
DDReport
*r);
464
void ReportDeadlock(ThreadState *thr, uptr pc,
DDReport
*r) {
474
InternalScopedBuffer<StackTrace> stacks(2 *
DDReport
::kMaxLoopSize);
Completed in 259 milliseconds