Searched refs:stack_count (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/test/tsan/ |
H A D | debug_mutex_bad_unlock.cpp | 9 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 D | debugging.cpp | 16 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 D | external-swift-debugging.cpp | 12 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 D | tsan_debugging.cpp | 75 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 D | tsan_interface.h | 131 int *stack_count, int *mop_count, int *loc_count,
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | tsan_interface.h | 210 void *report, const char **description, int *count, int *stack_count,
|