Home
last modified time | relevance | path

Searched defs:NO_THREAD_SANITIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
Dmacros.h248 #define NO_THREAD_SANITIZE __attribute__((no_sanitize("thread"))) // NOLINT(cppcoreguidelines-macro… macro
267 #define NO_THREAD_SANITIZE macro
275 #define NO_THREAD_SANITIZE __attribute__((no_sanitize("thread"))) // NOLINT(cppcoreguidelines-macro… macro
294 #define NO_THREAD_SANITIZE macro
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h239 #define NO_THREAD_SANITIZE __attribute__((no_sanitize_thread)) // NOLINT(cppcoreguidelines-macro-u… macro
241 #define NO_THREAD_SANITIZE __attribute__((no_sanitize("thread"))) // NOLINT(cppcoreguidelines-macr… macro
260 #define NO_THREAD_SANITIZE macro