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:eventMutex_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/toolchain/tooling/test/utils/
H
A
D
test_util.h
54
auto predicate = [&location]() REQUIRES(
eventMutex_
) { return lastEventLocation_ == location; };
in WaitForBreakpoint()
55
auto onSuccess = []() REQUIRES(
eventMutex_
) {
in WaitForBreakpoint()
65
auto predicate = []() REQUIRES(
eventMutex_
) { return lastEvent_ == DebugEvent::DROPFRAME; };
in WaitForDropframe()
71
auto predicate = []() REQUIRES(
eventMutex_
) { return lastEvent_ == DebugEvent::CHECK_COMPLETE; };
in WaitForCheckComplete()
78
[]() REQUIRES(
eventMutex_
) {
in WaitForExit()
85
auto predicate = [&location]() REQUIRES(
eventMutex_
) { return lastEventLocation_ == location; };
in WaitForStepComplete()
86
auto onSuccess = []() REQUIRES(
eventMutex_
) {
in WaitForStepComplete()
96
auto predicate = []() REQUIRES(
eventMutex_
) { return lastEvent_ == DebugEvent::EXCEPTION; };
in WaitForException()
103
[]() REQUIRES(
eventMutex_
) {
in WaitForInit()
110
auto predicate = []() REQUIRES(
eventMutex_
) { retur
in WaitForLoadModule()
217
static os::memory::Mutex
eventMutex_
;
global()
variable
[all...]
H
A
D
test_util.cpp
20
os::memory::Mutex TestUtil::
eventMutex_
;
member in panda::ecmascript::tooling::test::TestUtil
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H
A
D
test_util.h
71
auto predicate = [&location]() REQUIRES(
eventMutex_
) { return lastEventLocation_ == location; };
in WaitForBreakpoint()
72
auto onSuccess = [&stoppedThread]() REQUIRES(
eventMutex_
) {
in WaitForBreakpoint()
86
DebugEvent::VM_DEATH, []() REQUIRES(
eventMutex_
) { return lastEvent_ == DebugEvent::VM_DEATH; }, [] {});
in WaitForExit()
92
DebugEvent::VM_INITIALIZATION, []() REQUIRES(
eventMutex_
) { return initialized_; }, [] {});
in WaitForInit()
99
os::memory::LockHolder holder(
eventMutex_
);
in Event()
111
os::memory::LockHolder lock(
eventMutex_
);
in Reset()
123
os::memory::LockHolder lock(
eventMutex_
);
in IsTestFinished()
195
os::memory::LockHolder holder(
eventMutex_
);
in WaitForEvent()
201
bool timeExceeded = eventCv_.TimedWait(&
eventMutex_
, TIMEOUT_MSEC);
in WaitForEvent()
212
static os::memory::Mutex
eventMutex_
;
variable
[all...]
H
A
D
test_util.cpp
25
os::memory::Mutex TestUtil::
eventMutex_
;
member in ark::tooling::test::TestUtil
Completed in 2 milliseconds