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:localFifo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
cpu_worker.cpp
41
worker->
localFifo
.PushTail(task);
in Run()
176
return worker->
localFifo
.PopHead();
in GetTask()
191
return ((worker->priority_task == nullptr) && (worker->
localFifo
.GetLength() == 0));
in LocalEmpty()
205
ctx->
localFifo
= &(worker->
localFifo
);
in Dispatch()
265
if (worker->
localFifo
.GetLength() == 0) {
in WorkerLooperDefault()
H
A
D
cpu_worker.h
33
localFifo
.Init(LOCAL_QUEUE_SIZE);
in CPUWorker()
42
SpmcQueue
localFifo
;
member in ffrt::CPUWorker
H
A
D
cpuworker_manager.cpp
100
void* task = worker->
localFifo
.PopHead();
in PickUpTaskFromLocalQueue()
119
SpmcQueue* queue = &(reinterpret_cast<CPUWorker*>(iter->first)->
localFifo
);
in StealTaskBatch()
123
reinterpret_cast<CPUWorker*>(thread)->
localFifo
, (queueLen + 1) / 2, thread->GetQos(), InsertTask);
in StealTaskBatch()
H
A
D
scpuworker_manager.cpp
119
reinterpret_cast<const CPUWorker*>(thread)->
localFifo
.GetLength();
in WorkerIdleAction()
140
reinterpret_cast<const CPUWorker*>(thread)->
localFifo
.GetLength();
in WorkerIdleAction()
186
SpmcQueue* queue = &(reinterpret_cast<CPUWorker*>(thread)->
localFifo
);
in PickUpTaskBatch()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task_io.cpp
121
if (ffrt::ExecuteCtx::Cur()->
localFifo
!= nullptr &&
in ffrt_wake_coroutine()
122
ffrt::ExecuteCtx::Cur()->
localFifo
->PushTail(task) == 0) {
in ffrt_wake_coroutine()
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
execute_ctx.h
90
SpmcQueue*
localFifo
= nullptr;
member
Completed in 3 milliseconds