Home
last modified time | relevance | path

Searched defs:lk (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp39 std::lock_guard lk(mu); in ThreadFunc() local
45 std::unique_lock lk(mu); in ThreadFunc() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_thread_test.cpp41 os::memory::LockHolder lk(g_mu); in ThreadFunc() local
47 os::memory::LockHolder lk(g_mu); in ThreadFunc() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp43 os::memory::LockHolder lk(this->updateRemsetLock_); in CreateWorkerImpl() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp86 std::unique_lock<std::mutex> lk(preLock_); in PreCheck() local
111 std::unique_lock<std::mutex> lk(postLock_); in PostFree() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp175 os::memory::LockHolder lk(cvAwaitAllMutex_); in TerminateCoroutine() local
453 os::memory::LockHolder lk(cvAwaitAllMutex_); in MainCoroutineCompleted() local