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:stopStatus_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_base/services/common/include/
H
A
D
ffrt_timer.h
36
FfrtTimer() :
stopStatus_
(true), tryStopFlag_(false) {}
in FfrtTimer()
40
stopStatus_
= timer.
stopStatus_
.load();
in FfrtTimer()
51
if (
stopStatus_
== false) {
in Start()
55
stopStatus_
= false;
in Start()
65
stopStatus_
= true;
in Start()
73
if (
stopStatus_
|| tryStopFlag_) {
in Stop()
79
timerCond_.wait(locker, [this] { return
stopStatus_
== true; });
in Stop()
81
if (
stopStatus_
== true) {
in Stop()
105
std::atomic<bool>
stopStatus_
;
member in OHOS::NetManagerStandard::FfrtTimer
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
clatd.cpp
57
stopStatus_
= true;
in Clatd()
67
if (!
stopStatus_
) {
in Start()
72
stopStatus_
= false;
in Start()
78
if (
stopStatus_
) {
in Stop()
86
cv_.wait(lck, [this] { return
stopStatus_
== true; });
in Stop()
149
stopStatus_
= true;
in RunLoop()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H
A
D
clatd.h
63
std::atomic<bool>
stopStatus_
;
member in OHOS::nmd::Clatd
Completed in 2 milliseconds