Home
last modified time | relevance | path

Searched defs:running_ (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/stream_plugin/include/
Dstream_plugin.h47 std::atomic<bool> running_ = true; variable
/developtools/profiler/device/plugins/hidump_plugin/include/
Dhidump_plugin.h59 std::atomic<bool> running_ = true; variable
/developtools/profiler/device/plugins/hisysevent_plugin/include/
Dhisysevent_plugin.h53 std::atomic<bool> running_ = true; variable
/developtools/profiler/device/plugins/hilog_plugin/include/
Dhilog_plugin.h77 std::atomic<bool> running_ = true; variable
/developtools/profiler/device/base/include/
Depoll_event_poller.h77 std::atomic<bool> running_ = false; variable
/developtools/profiler/device/plugins/api/src/
Dplugin_module.h82 bool running_; variable
/developtools/profiler/device/plugins/ftrace_plugin/test/app/
Dbusy_workers.cpp166 std::atomic<bool> running_ = false; member