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:CoRoutine
(Results
1 - 7
of
7
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
co_routine_factory.cpp
20
CoRoutine
*CoRoutineAllocMem(std::size_t stack_size)
in CoRoutineAllocMem()
22
return ffrt::QSimpleAllocator<
CoRoutine
>::AllocMem(stack_size);
in CoRoutineAllocMem()
25
void CoRoutineFreeMem(
CoRoutine
*co)
in CoRoutineFreeMem()
27
ffrt::QSimpleAllocator<
CoRoutine
>::FreeMem(co);
in CoRoutineFreeMem()
32
ffrt::QSimpleAllocator<
CoRoutine
>::releaseMem();
in CoRoutineReleaseMem()
37
QSimpleAllocator<
CoRoutine
>::Instance(size);
in CoRoutineInstance()
H
A
D
co_routine_factory.h
23
CoRoutine
*CoRoutineAllocMem(std::size_t stack_size);
24
void CoRoutineFreeMem(
CoRoutine
*co);
H
A
D
co_routine.cpp
53
static inline void CoStackCheck(
CoRoutine
* co)
in CoStackCheck()
221
static inline void CoExit(
CoRoutine
* co, bool isNormalTask)
in CoExit()
234
CoRoutine
* co = reinterpret_cast<
CoRoutine
*>(arg);
in CoStartEntry()
261
static void CoSetStackProt(
CoRoutine
* co, int prot)
in CoSetStackProt()
272
static_cast<unsigned long>(sizeof(struct
CoRoutine
)), static_cast<unsigned long>(mp),
in CoSetStackProt()
276
static inline
CoRoutine
* AllocNewCoRoutine(size_t stackSize)
279
CoRoutine
* co = nullptr;
283
co = static_cast<
CoRoutine
*>(mmap(nullptr, stackSize,
285
if (co == reinterpret_cast<
CoRoutine
*>(MAP_FAILE
[all...]
H
A
D
co_routine.h
41
struct
CoRoutine
;
65
CoRoutine
* runningCo = nullptr;
76
struct
CoRoutine
{
struct
81
uint64_t allocatedSize; //
CoRoutine
allocated size
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
task_base.h
65
CoRoutine
* coRoutine = nullptr;
/foundation/resourceschedule/ffrt/src/dfx/dump/
H
A
D
dump.cpp
78
uintptr_t stackBottom = reinterpret_cast<uintptr_t>(reinterpret_cast<char*>(co) + sizeof(
CoRoutine
) - 8);
in DumpTask()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
585
*stack_addr = static_cast<void*>(reinterpret_cast<char*>(co) + sizeof(
CoRoutine
) - 8);
in ffrt_get_current_coroutine_stack()
Completed in 3 milliseconds