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:maxConcurrency
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
cpu_monitor.cpp
69
ctrlQueue[qos].
maxConcurrency
= DEFAULT_MAXCONCURRENCY;
in SetupMonitor()
89
wakeupCond.local[i].high = ctrlQueue[i].
maxConcurrency
;
in SetupMonitor()
111
SetWorkerPara(qosWorkerConfig.mQosWorkerCfg[qosCfg.qos].
maxConcurrency
, qosCfg.
maxConcurrency
);
in SetQosWorkerPara()
115
if ((qosWorkerConfig.mQosWorkerCfg[qosCfg.qos].
maxConcurrency
> MAX_MAXCONCURRENCY) ||
in SetQosWorkerPara()
118
FFRT_LOGE("qos[%d],
maxConcurrency
[%d],hardLimit[%d],reserveNum[%d] is invalid",
in SetQosWorkerPara()
119
qosCfg.qos, qosWorkerConfig.mQosWorkerCfg[qosCfg.qos].
maxConcurrency
,
in SetQosWorkerPara()
202
workerCtrl.
maxConcurrency
= qosWorkerConfig.mQosWorkerCfg[i].
maxConcurrency
;
in QosWorkerNumSegment()
217
FFRT_LOGI("succ:qos[%d], reserveNum[%d],
maxConcurrency
[
in QosWorkerNumSegment()
[all...]
H
A
D
cpu_monitor.h
37
size_t
maxConcurrency
= 0;
member
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
concurrent_queue.h
23
explicit ConcurrentQueue(const int
maxConcurrency
= 1)
in ConcurrentQueue()
24
: maxConcurrency_(
maxConcurrency
)
in ConcurrentQueue()
H
A
D
concurrent_queue.cpp
146
int
maxConcurrency
= ffrt_queue_attr_get_max_concurrency(attr) <= 0 ? 1 : ffrt_queue_attr_get_max_concurrency(attr);
in CreateConcurrentQueue()
local
147
return std::make_unique<ConcurrentQueue>(
maxConcurrency
);
in CreateConcurrentQueue()
/foundation/resourceschedule/ffrt/src/internal_inc/
H
A
D
config.h
40
unsigned int
maxConcurrency
= DEFAULT_MAXCONCURRENCY;
member
/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H
A
D
type_def_ext.h
72
unsigned int
maxConcurrency
;
member
Completed in 3 milliseconds