Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dtsan_interface.h22 #define PANDA_TSAN_ON macro
27 #define PANDA_TSAN_ON macro
/arkcompiler/runtime_core/libpandabase/tests/
Dnative_bytes_from_mallinfo_test.cpp26 #if (!defined(PANDA_ASAN_ON)) && (!defined(PANDA_TSAN_ON)) && (defined(__GLIBC__) || defined(PANDA_… in TEST()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp267 #if defined(PANDA_ASAN_ON) || defined(PANDA_TSAN_ON) in GetNativeBytesFromMallinfo()