HomeSort by relevance Sort by last modified time
    Searched refs:__tsan_func_exit (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/tsan/go/
test.c 24 void __tsan_func_exit(void *thr);
55 __tsan_func_exit(thr1);
56 __tsan_func_exit(thr1);
60 __tsan_func_exit(thr2);
62 __tsan_func_exit(thr0);
tsan_go.cc 156 void __tsan_func_exit(ThreadState *thr) { function
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test.cc 43 __tsan_func_exit();
44 __tsan_func_exit();
tsan_bench.cc 88 __tsan_func_exit();
tsan_test_util_linux.cc 278 __tsan_func_exit();
335 __tsan_func_exit();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 56 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_func_exit();
tsan_interface_inl.h 75 void __tsan_func_exit() { function

Completed in 75 milliseconds