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:max_concurrency
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H
A
D
queue.h
98
inline queue_attr&
max_concurrency
(const int
max_concurrency
)
in max_concurrency()
argument
100
ffrt_queue_attr_set_max_concurrency(this,
max_concurrency
);
in max_concurrency()
105
inline int
max_concurrency
() const
in max_concurrency()
function in ffrt::queue_attr
/foundation/ability/ability_runtime/services/common/src/
H
A
D
queue_task_handler_wrap.cpp
30
ffrt::queue_attr().qos(Convert2FfrtQos(queueQos)).timeout(QUEUE_TIME_OUT).
max_concurrency
(concurrentNum))
in QueueTaskHandlerWrap()
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H
A
D
queue.h
134
* @param
max_concurrency
queue
max_concurrency
.
138
FFRT_C_API void ffrt_queue_attr_set_max_concurrency(ffrt_queue_attr_t* attr, const int
max_concurrency
);
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_api.cpp
126
void ffrt_queue_attr_set_max_concurrency(ffrt_queue_attr_t* attr, const int
max_concurrency
)
in ffrt_queue_attr_set_max_concurrency()
argument
130
FFRT_COND_DO_ERR((
max_concurrency
<= 0), return,
in ffrt_queue_attr_set_max_concurrency()
133
(reinterpret_cast<ffrt::queue_attr_private*>(attr))->maxConcurrency_ =
max_concurrency
;
in ffrt_queue_attr_set_max_concurrency()
Completed in 2 milliseconds