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:GetThreadPool
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
communicator_context.h
36
std::shared_ptr<ExecutorPool>
GetThreadPool
();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
communicator_context.cpp
36
std::shared_ptr<ExecutorPool> CommunicatorContext::
GetThreadPool
()
in GetThreadPool()
function in OHOS::DistributedData::CommunicatorContext
H
A
D
softbus_adapter_standard.cpp
187
taskId_ = Context::GetInstance().
GetThreadPool
()->Reset(taskId_, expireTime - now);
in GetExpireTime()
269
taskId_ = Context::GetInstance().
GetThreadPool
()->Schedule(expireTime - now, GetCloseSessionTask());
in StartCloseSessionTask()
320
taskId_ = Context::GetInstance().
GetThreadPool
()->Schedule(
in GetCloseSessionTask()
H
A
D
softbus_client.cpp
123
Context::GetInstance().
GetThreadPool
()->Execute(task);
in OpenConnect()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H
A
D
intf_ecs.h
210
virtual const IThreadPool::Ptr&
GetThreadPool
() const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
runtime_context_impl.cpp
971
std::shared_ptr<IThreadPool> RuntimeContextImpl::
GetThreadPool
() const
979
std::shared_ptr<IThreadPool> threadPool =
GetThreadPool
();
990
std::shared_ptr<IThreadPool> threadPool =
GetThreadPool
();
1024
std::shared_ptr<IThreadPool> threadPool =
GetThreadPool
();
1047
std::shared_ptr<IThreadPool> threadPool =
GetThreadPool
();
H
A
D
runtime_context_impl.h
167
std::shared_ptr<IThreadPool>
GetThreadPool
() const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2.cpp
88
if (auto pool = ecs.
GetThreadPool
(); pool) {
in CreateGLTF2Importer()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
ecs.cpp
92
const IThreadPool::Ptr&
GetThreadPool
() const override;
559
const IThreadPool::Ptr& Ecs::
GetThreadPool
() const
in GetThreadPool()
function in __anon9609::Ecs
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H
A
D
runtime_context.h
184
virtual std::shared_ptr<IThreadPool>
GetThreadPool
() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
skinning_system.cpp
145
meshManager_(*GetManager<IMeshComponentManager>(ecs)), threadPool_(ecs.
GetThreadPool
())
in SkinningSystem()
H
A
D
animation_system.cpp
594
nameManager_(*(GetManager<INameComponentManager>(ecs_))), threadPool_(ecs.
GetThreadPool
())
in AnimationSystem()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
communicator_aggregator.cpp
932
if (RuntimeContext::GetInstance()->
GetThreadPool
() != nullptr) {
in InitSendThread()
Completed in 19 milliseconds