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:Lock
(Results
1 - 25
of
37
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
coroutine_events.h
61
Lock
();
in SetNotHappened()
66
void
Lock
() ACQUIRE()
in ACQUIRE()
68
mutex_->
Lock
();
in ACQUIRE()
91
Lock
();
in SetHappened()
H
A
D
stackful_coroutine_worker.cpp
65
waitersLock_.
Lock
();
in WaitForEvent()
70
runnablesLock_.
Lock
();
in WaitForEvent()
115
runnablesLock_.
Lock
();
in FinalizeFiberScheduleLoop()
247
runnablesLock_.
Lock
();
in RequestScheduleImpl()
H
A
D
threaded_coroutine_manager.cpp
192
coroSwitchLock_.
Lock
();
in Await()
326
coroSwitchLock_.
Lock
();
in ScheduleImpl()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H
A
D
mutex.h
40
void
Lock
() const {}
in Lock()
function in ark::os::memory::DummyLock
72
PANDA_PUBLIC_API void
Lock
() ACQUIRE();
173
lock_.
Lock
();
in ACQUIRE()
287
lock.
Lock
();
in onstexpr()
298
inline void
Lock
(L0 &lock)
in Lock()
function
304
void
Lock
(L0 &lock0, L1 &...rest) NO_THREAD_SAFETY_ANALYSIS
314
Lock
<TYPE>(rest..., lock0);
331
Lock
<LockType::LOCK>(locks...);
in ScopedLock()
364
Lock
<LockType::READ_LOCK>(locks...);
in ReadScopedLock()
397
Lock
<LockTyp
in WriteScopedLock()
[all...]
H
A
D
mutex.cpp
62
void Mutex::
Lock
()
in Lock()
function in ark::os::memory::Mutex
/arkcompiler/ets_runtime/ecmascript/
H
A
D
waiter_list.h
96
void
Lock
()
in Lock()
function in panda::ecmascript::MutexGuard
98
mutex_->
Lock
();
in Lock()
H
A
D
runtime_lock.cpp
30
mtx.
Lock
();
in RuntimeLockHolder()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_sync_primitives.h
82
event.
Lock
();
in SuspendCoroutine()
112
hLock_->
Lock
();
in LockHolder()
131
void
Lock
();
H
A
D
ets_sync_primitives.cpp
32
void EtsMutex::
Lock
()
in Lock()
function in ark::ets::EtsMutex
34
// Atomic with acq_rel order reason: sync
Lock
/Unlock in other threads
in Lock()
45
// Atomic with acq_rel order reason: sync
Lock
/Unlock in other threads
in Unlock()
55
// because it is expected that method is not called concurrently with
Lock
/Unlock
in IsHeld()
112
mutex->
Lock
();
in Wait()
H
A
D
ets_promise.h
212
void
Lock
()
in Lock()
function in ark::ets::EtsPromise
216
mutex->
Lock
();
in Lock()
/arkcompiler/ets_runtime/ecmascript/platform/
H
A
D
mutex.h
41
void
Lock
();
110
lock_.
Lock
();
in LockHolder()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
malloc-proxy-allocator-inl.h
46
lock_.
Lock
();
in Alloc()
71
lock_.
Lock
();
in Free()
/arkcompiler/runtime_core/libpandabase/os/
H
A
D
mutex.h
38
void
Lock
() const {}
in Lock()
function in panda::os::memory::DummyLock
58
void
Lock
() ACQUIRE();
159
lock_.
Lock
();
in ACQUIRE()
H
A
D
mutex.cpp
62
void Mutex::
Lock
()
in Lock()
function in panda::os::memory::Mutex
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
debug_inf.cpp
99
void DebugInf::
Lock
(PCodeMetaInfo *mi)
in Lock()
function in ark::tooling::DebugInf
133
Lock
(metaInfo);
in AddCodeMetaInfoImpl()
156
Lock
(metaInfo);
in DelCodeMetaInfoImpl()
/arkcompiler/toolchain/tooling/client/ark_multi/
H
A
D
main.cpp
105
g_mutex.
Lock
();
in StartThread()
170
g_mutex.
Lock
();
in Main()
199
g_mutex.
Lock
();
in Main()
225
g_mutex.
Lock
();
in Main()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.h
152
thread_->GetHostThread()->GetJitLock()->
Lock
();
in JitLockHolder()
168
thread_->GetHostThread()->GetJitLock()->
Lock
();
in JitLockHolder()
203
thread->GetJitLock()->
Lock
();
in LockJit()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
global_object_lock.cpp
27
g_mtx.
Lock
();
in GlobalObjectLock()
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H
A
D
debug_inf.h
41
static void
Lock
(PCodeMetaInfo *mi);
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H
A
D
mutex.cpp
81
void Mutex::
Lock
()
in Lock()
function in panda::os::unix::memory::futex::Mutex
329
mutex->
Lock
();
in Wait()
402
mutex->
Lock
();
in TimedWait()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H
A
D
debug_connection.py
132
self._lock = trio.
Lock
()
163
self._lock = trio.
Lock
()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
base_thread_test.cpp
81
g_mu.
Lock
();
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
mtmanaged_thread.h
187
condLock_.
Lock
();
in REQUIRES()
224
condLock_.
Lock
();
in REQUIRES()
/arkcompiler/ets_runtime/ecmascript/platform/common/
H
A
D
mutex.cpp
42
void Mutex::
Lock
()
in Lock()
function in panda::ecmascript::Mutex
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_SyncPrimitives.cpp
29
EtsMutex::FromEtsObject(mutex)->
Lock
();
in EtsMutexLock()
Completed in 11 milliseconds
1
2