Searched refs:sleep_trace (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-swift-debugging.cpp | 13 int *unique_tid_count, void **sleep_trace, 54 void *sleep_trace[16] = {0}; in __tsan_on_report() local 57 &unique_tid_count, sleep_trace, 16); in __tsan_on_report()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 18 int *unique_tid_count, void **sleep_trace, 60 void *sleep_trace[16] = {0}; in __tsan_on_report() local 63 &unique_tid_count, sleep_trace, 16); in __tsan_on_report()
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 17 int *unique_tid_count, void **sleep_trace, 59 void *sleep_trace[16] = {0}; in __tsan_on_report() local 62 &unique_tid_count, sleep_trace, 16); in __tsan_on_report()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 67 int *unique_tid_count, void **sleep_trace, in __tsan_get_report_data() argument 78 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data()
|
D | tsan_interface.h | 99 int *unique_tid_count, void **sleep_trace,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 75 int *unique_tid_count, void **sleep_trace, in __tsan_get_report_data() argument 86 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data()
|
D | tsan_interface.h | 121 int *unique_tid_count, void **sleep_trace,
|