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:stop_
(Results
1 - 10
of
10
) sorted by relevance
/developtools/profiler/hiebpf/include/
H
A
D
bpf_event_receiver.h
143
if (not
stop_
) {
in ~BPFEventReceiver()
144
stop_
= true;
in ~BPFEventReceiver()
173
stop_
= true;
in Stop()
183
return (not
stop_
);
in Running()
259
while (not
stop_
) {
in WorkLoop()
328
bool
stop_
{false};
H
A
D
bpf_log_reader.h
39
stop_
= true;
in Stop()
54
bool
stop_
{false};
H
A
D
hhlog.h
92
return
stop_
.load();
in IsStopped()
119
std::atomic<bool>
stop_
{false};
/developtools/profiler/hiebpf/src/
H
A
D
hhlog.cpp
22
stop_
.store(true);
in ~HHLogger()
33
// Init logLevel,
stop_
, timer_ and buf_
in InitLogger()
150
if (
stop_
.load() and (dataSize == 0)) {
in SaveLog()
156
stop_
.store(true);
in SaveLog()
H
A
D
bpf_log_reader.cpp
151
if (
stop_
or ret == -1) {
in MoveBPFLog()
H
A
D
bpf_event_receiver.cpp
33
cond_.wait(lk, [this]()->bool {return this->
stop_
|| this->buf_->GetDataSize();});
in DoWork()
34
if (
stop_
) {
in DoWork()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
utilities.cpp
142
stop_
= false;
in Start()
152
if (
stop_
)
in Stop()
174
stop_
= true;
in Stop()
/developtools/hiperf/src/
H
A
D
utilities.cpp
187
stop_
= false;
in Start()
197
if (
stop_
) {
in Stop()
220
stop_
= true;
in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
utilities.h
288
bool
stop_
= true;
member in OHOS::Developtools::NativeDaemon::StdoutRecord
/developtools/hiperf/include/
H
A
D
utilities.h
294
bool
stop_
= true;
member in OHOS::Developtools::HiPerf::StdoutRecord
Completed in 7 milliseconds