Home
last modified time | relevance | path

Searched refs:stack_count (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Ddebug_mutex_bad_unlock.cpp9 int *stack_count, int *mop_count, int *loc_count,
43 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
46 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
50 fprintf(stderr, "stack_count = %d\n", stack_count); in __tsan_on_report()
H A Ddebugging.cpp16 int *stack_count, int *mop_count, int *loc_count,
64 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
67 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dexternal-swift-debugging.cpp12 int *stack_count, int *mop_count, int *loc_count,
58 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
61 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp75 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument
82 *stack_count = rep->stacks.Size(); in __tsan_get_report_data()
H A Dtsan_interface.h131 int *stack_count, int *mop_count, int *loc_count,
/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h210 void *report, const char **description, int *count, int *stack_count,