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:GetEUInstance
(Results
1 - 13
of
13
) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
execute_unit_test.cpp
60
FFRTFacade::
GetEUInstance
().NotifyTaskAdded(QoS(qos(5)));
in HWTEST_F()
71
FFRTFacade::
GetEUInstance
().BindWG(DevType(0), *qos1);
in HWTEST_F()
82
FFRTFacade::
GetEUInstance
().UnbindTG(DevType(0), *qos1);
in HWTEST_F()
93
ThreadGroup* it = FFRTFacade::
GetEUInstance
().BindTG(DevType(0), *qos1);
in HWTEST_F()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
scheduler.cpp
52
auto lock = FFRTFacade::
GetEUInstance
().GetSleepCtl(level);
in InsertNode()
58
FFRTFacade::
GetEUInstance
().NotifyLocalTaskAdded(qos);
in InsertNode()
62
FFRTFacade::
GetEUInstance
().NotifyTaskAdded(qos);
in InsertNode()
73
auto lock = FFRTFacade::
GetEUInstance
().GetSleepCtl(level);
in RemoveNode()
102
auto lock = FFRTFacade::
GetEUInstance
().GetSleepCtl(level);
in WakeupTask()
116
FFRTFacade::
GetEUInstance
().NotifyTaskAdded(_qos);
in WakeupTask()
H
A
D
frame_interval.cpp
32
FFRTFacade::
GetEUInstance
().BindWG(DevType::CPU, this->qos);
in FrameInterval()
H
A
D
interval.cpp
45
tg = FFRTFacade::
GetEUInstance
().BindTG(DevType::CPU, this->qos);
52
FFRTFacade::
GetEUInstance
().UnbindTG(DevType::CPU, qos);
in ~PerfCtrl()
/foundation/resourceschedule/ffrt/src/util/
H
A
D
worker_monitor.cpp
125
WorkerGroupCtl* workerGroup = FFRTFacade::
GetEUInstance
().GetGroupCtl();
in SubmitMemReleaseTask()
158
WorkerGroupCtl* workerGroup = FFRTFacade::
GetEUInstance
().GetGroupCtl();
in CheckWorkerStatus()
176
int executionNum = FFRTFacade::
GetEUInstance
().GetCPUMonitor()->WakedWorkerNum(i);
in CheckWorkerStatus()
177
int sleepingWorkerNum = FFRTFacade::
GetEUInstance
().GetCPUMonitor()->SleepingWorkerNum(i);
in CheckWorkerStatus()
H
A
D
ffrt_facade.h
29
static inline ExecuteUnit&
GetEUInstance
()
in GetEUInstance()
function in ffrt::FFRTFacade
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
timer_api.cpp
50
ffrt::FFRTFacade::
GetEUInstance
().NotifyLocalTaskAdded(pollerQos);
in ffrt_timer_start()
H
A
D
poller_api.cpp
46
ffrt::FFRTFacade::
GetEUInstance
().NotifyLocalTaskAdded(ffrtQos);
in ffrt_epoll_ctl()
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_thread.cpp
36
size_t stackSize = FFRTFacade::
GetEUInstance
().GetGroupCtl()[qos()].workerStackSize;
in WorkerThread()
H
A
D
scpuworker_manager.cpp
91
FFRTFacade::
GetEUInstance
().NotifyTaskAdded(QoS(qos));
in AddDelayedTask()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
400
ffrt::WorkerGroupCtl *wgCtl = ffrt::FFRTFacade::
GetEUInstance
().GetGroupCtl();
in ffrt_restore_qos_config()
412
ffrt::CPUMonitor *monitor = ffrt::FFRTFacade::
GetEUInstance
().GetCPUMonitor();
in ffrt_set_qos_worker_num()
424
ffrt::FFRTFacade::
GetEUInstance
().NotifyWorkers(qos, number);
in ffrt_notify_workers()
435
ffrt::WorkerGroupCtl* groupCtl = ffrt::FFRTFacade::
GetEUInstance
().GetGroupCtl();
in ffrt_set_worker_stack_size()
H
A
D
task_io.cpp
123
ffrt::FFRTFacade::
GetEUInstance
().NotifyLocalTaskAdded(wakedTask->qos);
in ffrt_wake_coroutine()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H
A
D
bbox.cpp
94
WorkerGroupCtl* workerGroup = FFRTFacade::
GetEUInstance
().GetGroupCtl();
in SaveWorkerStatus()
420
WorkerGroupCtl* workerGroup = FFRTFacade::
GetEUInstance
().GetGroupCtl();
in SaveWorkerStatusInfo()
463
auto lock = FFRTFacade::
GetEUInstance
().GetSleepCtl(static_cast<int>(i));
in SaveReadyQueueStatusInfo()
Completed in 5 milliseconds