Searched refs:check_thread (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 273 auto check_thread = [&](ThreadState *thr, uptr size, uptr count, in TRACE_TEST() local 279 check_thread(threads[0], 0, 0, 0, 0, 0); in TRACE_TEST() 281 check_thread(threads[0], 1, 1, 0, 0, 0); in TRACE_TEST() 283 check_thread(threads[0], 2, 2, 0, 0, 0); in TRACE_TEST() 285 check_thread(threads[0], 3, 3, 0, 0, 1); in TRACE_TEST() 287 check_thread(threads[0], 3, 3, 0, 0, 1); in TRACE_TEST()
|