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:stkMem
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
co_routine.cpp
55
if (unlikely(co->
stkMem
.magic != STACK_MAGIC)) {
in CoStackCheck()
56
FFRT_LOGE("sp offset:%p.\n", co->
stkMem
.stk +
in CoStackCheck()
57
co->
stkMem
.size - co->ctx.regs[FFRT_REG_SP]);
in CoStackCheck()
267
uint64_t mp = reinterpret_cast<uint64_t>(co->
stkMem
.stk);
in CoSetStackProt()
295
co->
stkMem
.size = static_cast<uint64_t>(stackSize - sizeof(CoRoutine) + 8);
296
co->
stkMem
.magic = STACK_MAGIC;
382
co2_init_context(&co->ctx, CoStartEntry, static_cast<void*>(co), co->
stkMem
.stk, co->
stkMem
.size);
H
A
D
co_routine.h
83
StackMem
stkMem
;
member
/foundation/resourceschedule/ffrt/src/dfx/dump/
H
A
D
dump.cpp
79
uintptr_t stackTop = static_cast<uintptr_t>(stackBottom + co->
stkMem
.size);
in DumpTask()
/foundation/resourceschedule/ffrt/src/core/
H
A
D
task.cpp
584
*size = co->
stkMem
.size;
in ffrt_get_current_coroutine_stack()
Completed in 3 milliseconds