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
defs:threads
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H
A
D
dispatcher_impl.cpp
27
DispatcherImpl::DispatcherImpl(const IThreadPool::Ptr&
threads
) : queue_(
threads
) {}
in DispatcherImpl()
argument
H
A
D
sequential_impl.cpp
27
SequentialImpl::SequentialImpl(const IThreadPool::Ptr&
threads
) : queue_(
threads
) {}
in SequentialImpl()
argument
H
A
D
parallel_impl.cpp
27
ParallelImpl::ParallelImpl(const IThreadPool::Ptr&
threads
) : queue_(
threads
) {}
in ParallelImpl()
argument
H
A
D
task_queue_factory.cpp
145
auto
threads
= array_view<ThreadContext>(threads_.get(), threadCount_);
in ThreadPool()
local
314
auto
threads
= array_view(threads_.get(), threadCount_);
in Stop()
local
328
auto
threads
= array_view(threads_.get(), threadCount_);
in Stop()
local
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_manager.h
38
std::unordered_map<WorkerThread*, std::unique_ptr<WorkerThread>>
threads
;
member
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H
A
D
rtg_interface_test.cpp
398
vector<int>
threads
;
in HWTEST_F()
local
426
vector<int>
threads
;
in HWTEST_F()
local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_rtg.cpp
164
std::vector<std::thread>
threads
;
in HWTEST_F()
local
232
std::vector<std::thread>
threads
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/base/thread/
H
A
D
background_task_executor.cpp
68
std::list<std::thread>
threads
;
in ~BackgroundTaskExecutor()
local
/test/xts/hats/kernel/rtginterface/
H
A
D
rtg_interface_test.cpp
497
vector<int>
threads
;
in HWTEST_F()
local
525
vector<int>
threads
;
in HWTEST_F()
local
553
vector<int>
threads
;
in HWTEST_F()
local
585
vector<int>
threads
;
HWTEST_F()
local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_trans_db_test.cpp
1117
std::shared_ptr<std::thread>
threads
[4];
in HWTEST_F()
local
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
H
A
D
hdi_stability_test.cpp
133
std::vector<std::thread>
threads
;
in HWTEST_F()
local
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
H
A
D
hdi_stability_test.cpp
132
std::vector<std::thread>
threads
;
in HWTEST_F()
local
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_utils.cpp
358
std::vector<std::thread>
threads
;
in CloneBuffer()
local
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H
A
D
ipc_core_module_test.cpp
732
std::vector<std::unique_ptr<std::thread>>
threads
;
in HWTEST_F()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_nb_autolaunch_test.cpp
604
vector<thread>
threads
;
in HWTEST_F()
local
H
A
D
distributeddb_kv_backup_test.cpp
1030
std::vector<std::thread>
threads
;
in HWTEST_F()
local
H
A
D
distributeddb_kv_concurrency_crud_test.cpp
228
std::vector<std::thread>
threads
;
in StartRandThread()
local
H
A
D
distributeddb_nb_enable_sync_by_closed_db_test.cpp
593
vector<thread>
threads
;
in HWTEST_F()
local
H
A
D
distributeddb_nb_backup_test.cpp
1080
std::vector<std::thread>
threads
;
in HWTEST_F()
local
H
A
D
distributeddb_nb_crud_test.cpp
1705
std::vector<std::thread>
threads
;
in StartThreadForLongReadWrite()
local
1802
std::vector<std::thread>
threads
;
in StartThreadForLongWriteWrite()
local
H
A
D
distributeddb_nb_batch_crud_test.cpp
722
std::vector<std::thread>
threads
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
1465
std::vector<std::thread>
threads
;
in HWTEST_F()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
distributeddb_interfaces_import_and_export_test.cpp
1298
vector<thread>
threads
;
in HWTEST_F()
local
H
A
D
distributeddb_interfaces_import_and_export_rd_test.cpp
1209
vector<thread>
threads
;
in HWTEST_F()
local
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H
A
D
audio_utils_unit_test.cpp
1380
std::thread
threads
[THREAD_NUM];
in HWTEST()
local
1434
std::thread
threads
[THREAD_NUM];
HWTEST()
local
1500
std::thread
threads
[THREAD_NUM];
HWTEST()
local
1548
std::thread
threads
[THREAD_NUM];
HWTEST()
local
1597
std::thread
threads
[THREAD_NUM];
HWTEST()
local
1653
std::thread
threads
[THREAD_NUM];
HWTEST()
local
1703
std::thread
threads
[THREAD_NUM];
HWTEST()
local
[all...]
Completed in 31 milliseconds
1
2