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:GetMutatorLock
(Results
1 - 20
of
20
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
rendezvous.h
46
MutatorLock *
GetMutatorLock
()
in GetMutatorLock()
function in ark::Rendezvous
60
explicit ScopedSuspendAllThreads(Rendezvous *rendezvous) ACQUIRE(*rendezvous_->
GetMutatorLock
())
66
~ScopedSuspendAllThreads() RELEASE(*rendezvous_->
GetMutatorLock
())
81
explicit ScopedSuspendAllThreadsRunning(Rendezvous *rendezvous) ACQUIRE(*rendezvous_->
GetMutatorLock
());
82
~ScopedSuspendAllThreadsRunning() RELEASE(*rendezvous_->
GetMutatorLock
());
H
A
D
rendezvous.cpp
23
Rendezvous::Rendezvous(PandaVM *pandaVm) : mutatorLock_(pandaVm->
GetMutatorLock
()) {}
in Rendezvous()
49
ASSERT(rendezvous_->
GetMutatorLock
()->HasLock());
in ScopedSuspendAllThreadsRunning()
50
rendezvous_->
GetMutatorLock
()->Unlock();
in ScopedSuspendAllThreadsRunning()
57
rendezvous_->
GetMutatorLock
()->ReadLock();
in ~ScopedSuspendAllThreadsRunning()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
handle_scope-inl.h
28
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in HandleScope()
41
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in HandleScope()
54
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in ~HandleScope()
H
A
D
thread_manager.h
163
self->
GetMutatorLock
()->WriteLock();
in EnumerateThreadsForDump()
191
self->
GetMutatorLock
()->Unlock();
in EnumerateThreadsForDump()
H
A
D
thread.cpp
79
: vm_(vm), threadType_(threadType), mutatorLock_(vm->
GetMutatorLock
())
in Thread()
428
GetMutatorLock
()->Unlock();
429
GetMutatorLock
()->ReadLock();
660
(
GetMutatorLock
()->GetState() != MutatorLock::MutatorLockState::UNLOCKED);
in TestLockState()
H
A
D
method.cpp
527
PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock() ||
in StartProfiling()
531
PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in StartProfiling()
587
PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in StopProfiling()
H
A
D
compiler.h
52
ScopedMutatorLock() : os::memory::ReadLockHolder<MutatorLock>(*PandaVM::GetCurrent()->
GetMutatorLock
()) {}
in ScopedMutatorLock()
H
A
D
class_linker.cpp
1251
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in GetClass()
1295
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in GetClass()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
object_repository.cpp
36
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in CreateFrameObject()
58
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in CreateObject()
96
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in CreateObject()
135
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in GetProperties()
193
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in CreateObject()
228
ASSERT(ManagedThread::GetCurrent()->
GetMutatorLock
()->HasLock());
in GetProperties()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
panda_vm.h
216
MutatorLock *
GetMutatorLock
()
in GetMutatorLock()
function in ark::PandaVM
221
const MutatorLock *
GetMutatorLock
() const
in GetMutatorLock()
function in ark::PandaVM
H
A
D
class_linker-inl.h
30
!PandaVM::GetCurrent()->GetGC()->IsGCRunning() || PandaVM::GetCurrent()->
GetMutatorLock
()->HasLock());
in GetClass()
H
A
D
thread.h
286
MutatorLock *
GetMutatorLock
()
in GetMutatorLock()
function in ark::Thread
291
const MutatorLock *
GetMutatorLock
() const
in GetMutatorLock()
function in ark::Thread
H
A
D
managed_thread.h
736
GetMutatorLock
()->Unlock();
847
GetMutatorLock
()->ReadLock();
in onstexpr()
863
GetMutatorLock
()->Unlock();
in onstexpr()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
runtime.h
55
MutatorLock *
GetMutatorLock
()
in GetMutatorLock()
function in panda::ecmascript::Runtime
60
const MutatorLock *
GetMutatorLock
() const
in GetMutatorLock()
function in panda::ecmascript::Runtime
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc.cpp
766
ASSERT(thread->
GetMutatorLock
()->HasLock());
in WaitForGCInManaged()
770
vm_->
GetMutatorLock
()->Unlock();
in WaitForGCInManaged()
773
vm_->
GetMutatorLock
()->ReadLock();
in WaitForGCInManaged()
774
ASSERT(vm_->
GetMutatorLock
()->HasLock());
in WaitForGCInManaged()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
linear_order_test.cpp
47
PandaVM::GetCurrent()->
GetMutatorLock
()->WriteLock();
in StartProfiling()
49
PandaVM::GetCurrent()->
GetMutatorLock
()->Unlock();
in StartProfiling()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H
A
D
ets_to_string_cache_test.cpp
210
PandaVM::GetCurrent()->
GetMutatorLock
()->WriteLock();
in CheckCacheElementMembers()
217
PandaVM::GetCurrent()->
GetMutatorLock
()->Unlock();
in CheckCacheElementMembers()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
runtime_interface.h
288
if (Runtime::GetOptions().IsRunGcEverySafepoint() && Thread::GetCurrent()->
GetMutatorLock
()->HasLock()) {
in Safepoint()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_gc.cpp
102
os::memory::ReadLockHolder lock(*coroutine->GetPandaVM()->GetRendezvous()->
GetMutatorLock
());
in GCPhaseStarted()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vm.cpp
363
ASSERT(
GetMutatorLock
()->HasLock());
in HandleGCRoutineInMutator()
Completed in 18 milliseconds