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:tg
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
interval.h
86
return
tg
;
in TG()
91
if (
tg
) {
in isBusy()
92
return
tg
->isBegin();
in isBusy()
100
if (
tg
) {
in Begin()
101
tg
->Begin();
in Begin()
107
if (
tg
) {
in End()
108
tg
->End();
in End()
114
return
tg
?
tg
->GetLoad().load : 0;
in GetLoad()
119
if (
tg
) {
in SetWindowSize()
155
ThreadGroup*
tg
= nullptr;
global()
member in ffrt::PerfCtrl
[all...]
H
A
D
interval.cpp
45
tg
= FFRTFacade::GetEUInstance().BindTG(DevType::CPU, this->qos);
50
if (
tg
) {
in ~PerfCtrl()
51
tg
= nullptr;
in ~PerfCtrl()
65
if (
tg
) {
in Update()
66
tg
->UpdateUitl(curUtil);
in Update()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_manager.cpp
35
if (!tgwrap.
tg
) {
in JoinTG()
42
return tgwrap.
tg
.get();
in JoinTG()
45
if (!(tgwrap.
tg
->Init())) {
in JoinTG()
47
return tgwrap.
tg
.get();
in JoinTG()
52
if (!(tgwrap.
tg
->Join(tid))) {
in JoinTG()
56
return tgwrap.
tg
.get();
in JoinTG()
62
if (!tgwrap.
tg
) {
in LeaveTG()
76
if (!(tgwrap.
tg
->Leave(tid))) {
in LeaveTG()
82
if (!(tgwrap.
tg
->Release())) {
in LeaveTG()
H
A
D
worker_manager.h
34
std::unique_ptr<ThreadGroup>
tg
;
member
64
ThreadGroup
tg
;
member in ffrt::WorkerManager
H
A
D
cpuworker_manager.cpp
206
groupCtl[qos_deadline_request].
tg
= std::make_unique<ThreadGroup>();
in CPUWorkerManager()
217
if (!tgwrap.
tg
) {
in WorkerJoinTg()
225
tgwrap.
tg
->Join(pid);
in WorkerJoinTg()
235
if (!tgwrap.
tg
) {
in WorkerLeaveTg()
243
tgwrap.
tg
->Leave(pid);
in WorkerLeaveTg()
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
worker_manager_test.cpp
77
ThreadGroup*
tg
= cm->JoinTG(*qos);
in HWTEST_F()
local
78
EXPECT_NE(
tg
, nullptr);
in HWTEST_F()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H
A
D
ut_worker_manager.cpp
94
ThreadGroup*
tg
= cm->JoinTG(*qos);
in HWTEST_F()
local
95
EXPECT_NE(
tg
, nullptr);
in HWTEST_F()
Completed in 3 milliseconds