OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_read16
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface.h
36
void
__tsan_read16
(void *addr) SANITIZER_INTERFACE_ATTRIBUTE;
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 411 milliseconds