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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 39 void __tsan_write2(void *addr) SANITIZER_INTERFACE_ATTRIBUTE;
tsan_interface_inl.h 41 void __tsan_write2(void *addr) { function
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 56 Benchmark<uint16_t, __tsan_write2>();
tsan_test_util_linux.cc 259 case 2: tsan_mop = __tsan_write2; break;

Completed in 54 milliseconds