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
defs:stack_size
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
co2_context.c
195
int co2_init_context(struct co2_context* ctx, void (*func)(void*), void* arg, void* stack, size_t
stack_size
)
in co2_init_context()
argument
H
A
D
co_routine_factory.cpp
20
CoRoutine *CoRoutineAllocMem(std::size_t
stack_size
)
in CoRoutineAllocMem()
argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H
A
D
task.h
162
inline task_attr&
stack_size
(uint64_t size)
in stack_size()
function in ffrt::task_attr
175
inline uint64_t
stack_size
() const
in stack_size()
function in ffrt::task_attr
707
static inline ffrt_error_t set_worker_stack_size(qos qos_, size_t
stack_size
)
in set_worker_stack_size()
argument
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
task_base.h
66
uint64_t
stack_size
= STACK_SIZE;
member in ffrt::CoTask
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
428
ffrt_error_t ffrt_set_worker_stack_size(ffrt_qos_t qos, size_t
stack_size
)
in ffrt_set_worker_stack_size()
argument
Completed in 3 milliseconds