Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Ddebugging.cc15 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/
Ddebugging.cpp16 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/
Dexternal-swift-debugging.cpp11 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/
Dtsan_debugging.cc65 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()
Dtsan_interface.h97 int *stack_count, int *mop_count, int *loc_count,
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp73 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()
Dtsan_interface.h119 int *stack_count, int *mop_count, int *loc_count,