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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 35 void __tsan_read8(void *addr) SANITIZER_INTERFACE_ATTRIBUTE;
tsan_interface_inl.h 33 void __tsan_read8(void *addr) { function
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 76 Benchmark<uint64_t, __tsan_read8>();
tsan_test_util_linux.cc 253 case 8: tsan_mop = __tsan_read8; break;

Completed in 27 milliseconds