Searched refs:__tsan_get_report_mop (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 20 int __tsan_get_report_mop(void *report, unsigned long idx, int *tid, 75 __tsan_get_report_mop(report, 0, &tid, &addr, &size, &write, &atomic, trace, in __tsan_on_report() 83 __tsan_get_report_mop(report, 1, &tid, &addr, &size, &write, &atomic, trace, in __tsan_on_report()
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 19 int __tsan_get_report_mop(void *report, unsigned long idx, int *tid, 74 __tsan_get_report_mop(report, 0, &tid, &addr, &size, &write, &atomic, trace, in __tsan_on_report() 82 __tsan_get_report_mop(report, 1, &tid, &addr, &size, &write, &atomic, trace, in __tsan_on_report()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() function
|
D | tsan_interface.h | 109 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() function
|
D | tsan_interface.h | 144 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr,
|