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:MIN_THREADS
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
task_executor.h
32
size_t
MIN_THREADS
= 0;
member in OHOS::NativeRdb::TaskExecutor
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
task_executor.cpp
21
pool_ = std::make_shared<ExecutorPool>(MAX_THREADS,
MIN_THREADS
);
in TaskExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
task_executor.h
39
size_t
MIN_THREADS
= 0;
member in OHOS::TaskExecutor
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H
A
D
async_obtain_data.cpp
27
static constexpr size_t
MIN_THREADS
= 0;
member
33
AsyncObtainData::AsyncObtainData() : executor_(MAX_THREADS,
MIN_THREADS
) {}
in AsyncObtainData()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H
A
D
datashare_connection.h
98
static constexpr int
MIN_THREADS
= 0;
member in OHOS::DataShare::DataShareConnection
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H
A
D
asset_change_timer.h
51
static constexpr size_t
MIN_THREADS
= 0;
member in OHOS::ObjectStore::AssetChangeTimer
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
task_executor.cpp
80
pool_ = std::make_shared<ExecutorPool>(MAX_THREADS,
MIN_THREADS
);
in GenerateExecutors()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H
A
D
asset_change_timer.cpp
40
executor_ = std::make_shared<ExecutorPool>(MAX_THREADS,
MIN_THREADS
);
in AssetChangeTimer()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H
A
D
datashare_connection.cpp
88
pool_ = std::make_shared<ExecutorPool>(MAX_THREADS,
MIN_THREADS
);
in OnAbilityDisconnectDone()
Completed in 3 milliseconds