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:mutatorLock_
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
rendezvous.cpp
23
Rendezvous::Rendezvous(PandaVM *pandaVm) :
mutatorLock_
(pandaVm->GetMutatorLock()) {}
in Rendezvous()
27
ASSERT(!
mutatorLock_
->HasLock());
in SafepointBegin()
32
mutatorLock_
->WriteLock();
in SafepointBegin()
37
ASSERT(
mutatorLock_
->HasLock());
in SafepointEnd()
40
mutatorLock_
->Unlock();
in SafepointEnd()
H
A
D
rendezvous.h
42
virtual void SafepointBegin() ACQUIRE(*
mutatorLock_
);
member in ark::Rendezvous
44
virtual void SafepointEnd() RELEASE(*
mutatorLock_
);
member in ark::Rendezvous
48
return
mutatorLock_
;
in GetMutatorLock()
55
MutatorLock *
mutatorLock_
;
member in ark::Rendezvous
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
panda_vm.h
52
explicit PandaVM() :
mutatorLock_
(Locks::NewMutatorLock()) {};
in PandaVM()
218
return
mutatorLock_
;
in GetMutatorLock()
223
return
mutatorLock_
;
in GetMutatorLock()
256
MutatorLock *
mutatorLock_
;
member in ark::PandaVM
H
A
D
thread.h
288
return
mutatorLock_
;
in GetMutatorLock()
293
return
mutatorLock_
;
in GetMutatorLock()
390
MutatorLock *
mutatorLock_
;
member in ark::Thread
/arkcompiler/ets_runtime/ecmascript/
H
A
D
runtime.h
57
return &
mutatorLock_
;
in GetMutatorLock()
62
return &
mutatorLock_
;
in GetMutatorLock()
272
MutatorLock
mutatorLock_
;
member in panda::ecmascript::Runtime
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
thread.cpp
79
: vm_(vm), threadType_(threadType),
mutatorLock_
(vm->GetMutatorLock())
in Thread()
Completed in 4 milliseconds