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:remainingTaskNum_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_sweeper.cpp
47
remainingTaskNum_
[spaceIndex] = SHARED_SWEEPING_SPACE_NUM;
in Sweep()
50
remainingTaskNum_
[0] = 0; // No need sweep shared old space in FullGC.
in Sweep()
51
remainingTaskNum_
[1] = 1; // Need sweep nonmovable space in FullGC.
in Sweep()
71
if (--
remainingTaskNum_
[spaceIndex] == 0) {
in AsyncSweepSpace()
83
if (
remainingTaskNum_
[spaceIndex] > 0) {
in WaitAllTaskFinished()
85
while (
remainingTaskNum_
[spaceIndex] > 0) {
in WaitAllTaskFinished()
121
if (
remainingTaskNum_
[spaceIndex] > 0) {
in WaitingTaskFinish()
124
remainingTaskNum_
[spaceIndex]++;
in WaitingTaskFinish()
128
while (
remainingTaskNum_
[spaceIndex] > 0) {
in WaitingTaskFinish()
H
A
D
shared_concurrent_sweeper.h
98
std::array<std::atomic_int, SHARED_SWEEPING_SPACE_NUM>
remainingTaskNum_
= {0, 0};
member in panda::ecmascript::SharedConcurrentSweeper
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
concurrent_sweeper.cpp
56
remainingTaskNum_
[type] = FREE_LIST_NUM - startSpaceType_;
in Sweep()
75
if (--
remainingTaskNum_
[type] == 0) {
in AsyncSweepSpace()
86
if (
remainingTaskNum_
[i] > 0) {
in WaitAllTaskFinished()
88
while (
remainingTaskNum_
[i] > 0) {
in WaitAllTaskFinished()
125
if (
remainingTaskNum_
[type] > 0) {
in WaitingTaskFinish()
128
remainingTaskNum_
[type]++;
in WaitingTaskFinish()
132
while (
remainingTaskNum_
[type] > 0) {
in WaitingTaskFinish()
H
A
D
concurrent_sweeper.h
114
std::array<std::atomic_int, FREE_LIST_NUM>
remainingTaskNum_
= {0, 0, 0};
member in panda::ecmascript::ConcurrentSweeper
Completed in 3 milliseconds