OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_write4
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface.h
40
void
__tsan_write4
(void *addr) SANITIZER_INTERFACE_ATTRIBUTE;
tsan_interface_inl.h
45
void
__tsan_write4
(void *addr) {
function
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc
68
Benchmark<uint32_t,
__tsan_write4
>();
tsan_posix.cc
35
__tsan_write4
(&k->cnt);
tsan_mutex.cc
188
__tsan_write4
(&val);
tsan_test_util_linux.cc
260
case 4: tsan_mop =
__tsan_write4
; break;
Completed in 26 milliseconds