Home
last modified time | relevance | path

Searched defs:isActive_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem_hooks.h75 static bool isActive_; variable
Dmem_hooks.cpp26 bool PandaHooks::isActive_ = false; member in ark::os::unix::mem_hooks::PandaHooks
/arkcompiler/runtime_core/static_core/runtime/tests/
Dsignal_handler_test.cpp117 std::atomic<bool> isActive_ {false}; member in ark::test::Sampler