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:ThreadGroup
(Results
1 - 11
of
11
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_manager.h
34
std::unique_ptr<
ThreadGroup
> tg;
47
ThreadGroup
* JoinTG(QoS& qos);
64
ThreadGroup
tg;
H
A
D
execute_unit.cpp
38
ThreadGroup
* ExecuteUnit::BindTG(const DevType dev, QoS& qos)
in BindTG()
H
A
D
worker_manager.cpp
32
ThreadGroup
* WorkerManager::JoinTG(QoS& qos)
in JoinTG()
H
A
D
execute_unit.h
34
ThreadGroup
* BindTG(const DevType dev, QoS& qos);
H
A
D
thread_group.h
22
class
ThreadGroup
{
class
H
A
D
cpuworker_manager.cpp
206
groupCtl[qos_deadline_request].tg = std::make_unique<
ThreadGroup
>();
in CPUWorkerManager()
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
worker_manager_test.cpp
77
ThreadGroup
* tg = cm->JoinTG(*qos);
in HWTEST_F()
81
ThreadGroup
* tg1 = cm->JoinTG(*qos1);
in HWTEST_F()
H
A
D
execute_unit_test.cpp
93
ThreadGroup
* it = FFRTFacade::GetEUInstance().BindTG(DevType(0), *qos1);
in HWTEST_F()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
interval.h
84
ThreadGroup
* TG()
in TG()
155
ThreadGroup
* tg = nullptr;
H
A
D
interval.cpp
199
FFRT_LOGE("Failed to Join Thread %d",
ThreadGroup
::GetTID());
in Join()
208
FFRT_LOGE("Failed to Leave Thread %d",
ThreadGroup
::GetTID());
in Leave()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_worker_manager.cpp
94
ThreadGroup
* tg = cm->JoinTG(*qos);
in HWTEST_F()
98
ThreadGroup
* tg1 = cm->JoinTG(*qos1);
in HWTEST_F()
Completed in 4 milliseconds