Home
last modified time | relevance | path

Searched refs:__tsan_func_exit (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/rtl_tests/
Dtsan_test.cc41 __tsan_func_exit(); in main()
42 __tsan_func_exit(); in main()
Dtsan_bench.cc88 __tsan_func_exit(); in TEST()
Dtsan_test_util_linux.cc278 __tsan_func_exit(); in HandleEvent()
335 __tsan_func_exit(); in ScopedThreadCallback()
/external/compiler-rt/lib/tsan/go/
Dtest.c23 void __tsan_func_exit(int goid);
48 __tsan_func_exit(0); in main()
Dtsan_go.cc126 void __tsan_func_exit(int goid) { in __tsan_func_exit() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface.h45 void __tsan_func_exit();
Dtsan_interface_inl.h63 void __tsan_func_exit() { in __tsan_func_exit() function
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dtsan_basic.ll19 ; CHECK-NEXT: call void @__tsan_func_exit()