Home
last modified time | relevance | path

Searched refs:sleep_trace (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dexternal-swift-debugging.cpp13 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/
Ddebugging.cpp18 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/
Ddebugging.cc17 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/
Dtsan_debugging.cc67 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()
Dtsan_interface.h99 int *unique_tid_count, void **sleep_trace,
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp75 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()
Dtsan_interface.h121 int *unique_tid_count, void **sleep_trace,