Home
last modified time | relevance | path

Searched refs:__tsan_write16_pc (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.cpp36 void __tsan_write16_pc(void *addr, void *pc) { in __tsan_write16_pc() function
H A Dtsan_interface.h69 SANITIZER_INTERFACE_ATTRIBUTE void __tsan_write16_pc(void *addr, void *pc);
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp284 tsan_mop = __tsan_write16_pc; in HandleEvent()