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

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test.cc 32 // of main, which we need to pass inside __tsan_func_entry.
36 __tsan_func_entry(__builtin_return_address(0));
37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1));
tsan_bench.cc 86 __tsan_func_entry((void*)(uintptr_t)j);
tsan_test_util_linux.cc 275 __tsan_func_entry((void*)((uptr)ev->ptr));
320 __tsan_func_entry(__builtin_return_address(0));
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 47 void __tsan_func_entry(void *call_pc) SANITIZER_INTERFACE_ATTRIBUTE;
tsan_interface_inl.h 59 void __tsan_func_entry(void *pc) { function

Completed in 62 milliseconds