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:idle_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
pool.h
29
if (
idle_
== nullptr) {
in Get()
34
idle_
= cur;
in Get()
37
Node *cur =
idle_
;
in Get()
38
idle_
=
idle_
->next;
in Get()
39
if (
idle_
!= nullptr) {
in Get()
40
idle_
->prev = nullptr;
in Get()
54
Node *cur =
idle_
;
in Release()
66
if (
idle_
== cur) {
in Release()
67
idle_
in Release()
131
Node *
idle_
= nullptr;
global()
member in OHOS::Pool
[all...]
H
A
D
executor.h
71
idle_
= std::move(idle);
in Bind()
101
if (!
idle_
(self_) && running_ == RUNNING) {
in Run()
120
std::function<bool(std::shared_ptr<Executor>)>
idle_
;
member in OHOS::Executor
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
pool.h
31
if (
idle_
== nullptr) {
in Get()
36
idle_
= cur;
in Get()
39
Node *cur =
idle_
;
in Get()
40
idle_
=
idle_
->next;
in Get()
41
if (
idle_
!= nullptr) {
in Get()
42
idle_
->prev = nullptr;
in Get()
56
Node *cur =
idle_
;
in Release()
68
if (
idle_
== cur) {
in Release()
69
idle_
in Release()
133
Node *
idle_
= nullptr;
global()
member in OHOS::NativePreferences::Pool
[all...]
H
A
D
executor.h
85
idle_
= std::move(idle);
in Bind()
115
if (!
idle_
(self_) && running_ == RUNNING) {
in Run()
134
std::function<bool(std::shared_ptr<Executor>)>
idle_
;
member in OHOS::NativePreferences::Executor
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H
A
D
distributed_test_sysinfo.cpp
103
&cpuStatFirst_.system_, &cpuStatFirst_.
idle_
, &cpuStatFirst_.iowait_,
in GetSysCpuInfo()
109
allFirst = cpuStatFirst_.user_ + cpuStatFirst_.nice_ + cpuStatFirst_.system_ + cpuStatFirst_.
idle_
+
in GetSysCpuInfo()
111
idleFirst = cpuStatFirst_.
idle_
;
in GetSysCpuInfo()
123
&cpuStatSecond_.system_, &cpuStatSecond_.
idle_
, &cpuStatSecond_.iowait_,
in GetSysCpuInfo()
130
allSecond = cpuStatSecond_.user_ + cpuStatSecond_.nice_ + cpuStatSecond_.system_ + cpuStatSecond_.
idle_
+
in GetSysCpuInfo()
132
idleSecond = cpuStatSecond_.
idle_
;
in GetSysCpuInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H
A
D
distributed_test_sysinfo.h
57
uint64_t
idle_
;
member
Completed in 3 milliseconds