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:oldStatus
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
mtmanaged_thread.h
181
auto
oldStatus
= GetStatus();
in REQUIRES()
local
186
UpdateStatus(
oldStatus
);
in REQUIRES()
218
auto
oldStatus
= GetStatus();
in REQUIRES()
local
223
UpdateStatus(
oldStatus
);
in REQUIRES()
233
auto
oldStatus
= GetStatus();
in TimedWait()
local
243
UpdateStatus(
oldStatus
);
in TimedWait()
H
A
D
managed_thread.h
177
ThreadStatus
oldStatus
= GetStatus();
in UpdateStatus()
local
178
if (
oldStatus
== ThreadStatus::RUNNING && status != ThreadStatus::RUNNING) {
in UpdateStatus()
180
} else if (
oldStatus
!= ThreadStatus::RUNNING && status == ThreadStatus::RUNNING) {
in UpdateStatus()
186
} else if (
oldStatus
== ThreadStatus::NATIVE && status != ThreadStatus::IS_TERMINATED_LOOP &&
in UpdateStatus()
706
auto
oldStatus
= GetStatus();
in WaitSuspension()
local
726
UpdateStatus(
oldStatus
);
in WaitSuspension()
H
A
D
method.h
428
inline bool AtomicSetCompilationStatus(enum CompilationStage
oldStatus
, enum CompilationStage newStatus)
in AtomicSetCompilationStatus()
argument
433
while (GetCompilationStatus(oldValue) ==
oldStatus
) {
in AtomicSetCompilationStatus()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1-gc.h
395
* of releasePagesInterruptFlag_ equals @param
oldStatus
396
* @param
oldStatus
estimated status of releasePagesInterruptFlag_
398
void StartReleasePagesIfNeeded(ReleasePagesStatus
oldStatus
);
H
A
D
g1-gc.cpp
2066
auto
oldStatus
= ReleasePagesStatus::RELEASING_PAGES;
in InterruptReleasePagesIfNeeded()
local
2067
if (releasePagesInterruptFlag_.compare_exchange_strong(
oldStatus
, ReleasePagesStatus::NEED_INTERRUPT)) {
in InterruptReleasePagesIfNeeded()
2076
void G1GC<LanguageConfig>::StartReleasePagesIfNeeded(ReleasePagesStatus
oldStatus
)
in StartReleasePagesIfNeeded()
argument
2078
if (releasePagesInterruptFlag_.compare_exchange_strong(
oldStatus
, ReleasePagesStatus::RELEASING_PAGES)) {
in StartReleasePagesIfNeeded()
Completed in 10 milliseconds