Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:running_
(Results
1 - 15
of
15
) sorted by relevance
/developtools/global_resource_tool/src/
H
A
D
thread_pool.cpp
36
running_
= true;
in Start()
49
running_
= false;
in Stop()
63
if (
running_
) {
in ~ThreadPool()
70
while (this->
running_
) {
in WorkInThread()
75
this->condition_.wait(lock, [this] { return !this->
running_
|| !this->tasks_.empty(); });
in WorkInThread()
76
if (!this->
running_
) {
in WorkInThread()
/developtools/profiler/device/plugins/ftrace_plugin/test/app/
H
A
D
busy_workers.cpp
82
running_
= true;
in StartWorkers()
106
running_
= false;
in StopWorkers()
129
while (
running_
) {
in Work()
137
if (!
running_
) {
in Work()
166
std::atomic<bool>
running_
= false;
member
/developtools/profiler/device/plugins/stream_plugin/src/
H
A
D
stream_plugin.cpp
36
running_
= true;
in Start()
45
running_
= false;
in Stop()
66
while (
running_
) {
in Loop()
/developtools/profiler/device/plugins/hidump_plugin/src/
H
A
D
hidump_plugin.cpp
47
if (
running_
) {
in ~HidumpPlugin()
48
running_
= false;
in ~HidumpPlugin()
87
running_
= true;
in Start()
96
running_
= false;
in Stop()
121
while (
running_
) {
in Loop()
/developtools/profiler/device/plugins/api/src/
H
A
D
plugin_module.cpp
25
: handle_(nullptr),
running_
(false), path_(path), structPtr_(nullptr) {}
in PluginModule()
189
return
running_
;
in IsRunning()
223
running_
= true;
in StartSession()
236
running_
= false;
in StopSession()
H
A
D
plugin_module.h
83
bool
running_
;
member in PluginModule
/developtools/profiler/device/plugins/stream_plugin/include/
H
A
D
stream_plugin.h
46
std::atomic<bool>
running_
= true;
member in StreamPlugin
/developtools/profiler/device/base/src/
H
A
D
epoll_event_poller.cpp
120
while (
running_
) {
in Run()
235
running_
= true;
in Start()
244
running_
= false;
in Stop()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H
A
D
hisysevent_plugin.cpp
76
running_
= true;
in Start()
86
running_
= false;
in Stop()
121
while (
running_
) {
in Run()
/developtools/profiler/device/plugins/hidump_plugin/include/
H
A
D
hidump_plugin.h
58
std::atomic<bool>
running_
= true;
member in HidumpPlugin
/developtools/profiler/device/plugins/hisysevent_plugin/include/
H
A
D
hisysevent_plugin.h
55
std::atomic<bool>
running_
= true;
member in HisyseventPlugin
/developtools/profiler/device/plugins/hilog_plugin/src/
H
A
D
hilog_plugin.cpp
54
if (
running_
) {
in ~HilogPlugin()
55
running_
= false;
in ~HilogPlugin()
102
running_
= true;
in Start()
118
running_
= false;
in Stop()
217
while (
running_
) {
in Run()
/developtools/profiler/device/base/include/
H
A
D
epoll_event_poller.h
77
std::atomic<bool>
running_
= false;
member in EpollEventPoller
/developtools/global_resource_tool/include/
H
A
D
thread_pool.h
65
bool
running_
{ false };
/developtools/profiler/device/plugins/hilog_plugin/include/
H
A
D
hilog_plugin.h
77
std::atomic<bool>
running_
= true;
member in HilogPlugin
Completed in 6 milliseconds