Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan.syms.extra14 __tsan_memset
Dtsan_interface.h78 void *__tsan_memset(void *dest, int ch, uptr count);
Dtsan_interceptors_posix.cpp3171 void *__tsan_memset(void *dst, int c, uptr size) { in __tsan_memset() function