Searched refs:mop_count (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 15 int *stack_count, int *mop_count, int *loc_count, 57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local 60 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report() 66 fprintf(stderr, "mop_count = %d\n", mop_count); in __tsan_on_report()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 16 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() 67 fprintf(stderr, "mop_count = %d\n", mop_count); in __tsan_on_report()
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | external-swift-debugging.cpp | 11 int *stack_count, int *mop_count, int *loc_count, 52 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local 55 __tsan_get_report_data(report, &description, &count, &stack_count, &mop_count, in __tsan_on_report()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 65 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 73 *mop_count = rep->mops.Size(); in __tsan_get_report_data()
|
D | tsan_interface.h | 97 int *stack_count, int *mop_count, int *loc_count,
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cpp | 73 int *stack_count, int *mop_count, int *loc_count, in __tsan_get_report_data() argument 81 *mop_count = rep->mops.Size(); in __tsan_get_report_data()
|
D | tsan_interface.h | 119 int *stack_count, int *mop_count, int *loc_count,
|