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

  /external/compiler-rt/lib/tsan/go/
test.c 29 void __tsan_func_exit(void *thr);
69 __tsan_func_exit(thr0);
74 __tsan_func_exit(thr1);
75 __tsan_func_exit(thr1);
83 __tsan_func_exit(thr2);
tsan_go.cc 198 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_posix.cc 335 __tsan_func_exit();
392 __tsan_func_exit();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_inl.h 107 void __tsan_func_exit() { function
tsan_interface.h 73 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_func_exit();
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 197 // void __tsan_func_exit(ThreadState *thr);
198 MOVQ $__tsan_func_exit(SB), AX
race.go 214 //go:cgo_import_static __tsan_func_exit
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 197 // void __tsan_func_exit(ThreadState *thr);
198 MOVQ $__tsan_func_exit(SB), AX
race.go 214 //go:cgo_import_static __tsan_func_exit

Completed in 76 milliseconds