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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.h 36 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_read16(void *addr);
tsan_interface.cc 31 void __tsan_read16(void *addr) { function
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 254 case 16: tsan_mop = __tsan_read16; break;

Completed in 67 milliseconds