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:IsSuspended
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/
H
A
D
vm_thread_control.cpp
29
while (!
IsSuspended
()) {
in NotifyVMThreadSuspension()
65
bool VmThreadControl::
IsSuspended
() const
in IsSuspended()
function in panda::ecmascript::VmThreadControl
H
A
D
vm_thread_control.h
49
bool
IsSuspended
() const;
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
debuggable_thread.cpp
124
ASSERT(thread_->
IsSuspended
());
in RequestToObjectRepository()
134
ASSERT(thread_->
IsSuspended
());
in RequestToObjectRepository()
273
// - thread_->
IsSuspended
() - tells if the thread is actually sleeping
in Suspend()
303
ASSERT(thread_->
IsSuspended
());
in Resume()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
dfx_jsnapi.h
144
static bool
IsSuspended
(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
571
HWTEST_F_L0(DFXJSNApiTests,
IsSuspended
)
in HWTEST_F_L0()
574
ASSERT_FALSE(DFXJSNApi::
IsSuspended
(vm_));
in HWTEST_F_L0()
576
ASSERT_FALSE(DFXJSNApi::
IsSuspended
(vm_));
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
managed_thread.h
330
inline bool
IsSuspended
()
in IsSuspended()
function
724
ASSERT(!
IsSuspended
());
in WaitSuspension()
H
A
D
mtmanaged_thread.h
195
if (!thread->
IsSuspended
()) {
in WaitForSuspension()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H
A
D
gc_hung.cpp
183
if (!thread->
IsSuspended
()) {
in CheckSuspend()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
mt_thread_manager.cpp
356
if (LIKELY(!current->
IsSuspended
())) {
in SuspendAndWaitThreadByInternalThreadId()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
runtime_interface.h
297
if (thread->
IsSuspended
()) {
in Safepoint()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
runtime.cpp
207
if (thread->
IsSuspended
()) {
in SuspendAllThreadsImpl()
H
A
D
js_thread.h
1331
bool
IsSuspended
() const
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
dfx_jsnapi.cpp
816
bool DFXJSNApi::
IsSuspended
([[maybe_unused]] const EcmaVM *vm)
in IsSuspended()
function in panda::DFXJSNApi
820
return vmThreadControl->
IsSuspended
();
in IsSuspended()
Completed in 13 milliseconds