Home
last modified time | relevance | path

Searched full:synchronize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb30 @@mutex.synchronize do
38 @@mutex.synchronize do
46 @@mutex.synchronize do
54 @@mutex.synchronize do
62 @@mutex.synchronize do
70 @@mutex.synchronize do
78 @@mutex.synchronize do
86 @@mutex.synchronize do
96 @@mutex.synchronize do
106 @@mutex.synchronize do
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Dresult.rb30 @@mutex.synchronize do
38 @@mutex.synchronize do
46 @@mutex.synchronize do
54 @@mutex.synchronize do
62 @@mutex.synchronize do
70 @@mutex.synchronize do
78 @@mutex.synchronize do
86 @@mutex.synchronize do
96 @@mutex.synchronize do
106 @@mutex.synchronize do
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DStackTrace.ets18 // synchronize with mirror class in runtime
/arkcompiler/runtime_core/templates/events/
Devents.h.erb51 // TODO (a.popov) synchronize object in multithreaded mode
/arkcompiler/runtime_core/static_core/templates/events/
Devents.h.erb52 // TODO (a.popov) synchronize object in multithreaded mode
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
Dtest_reporter.rb38 @@mutex.synchronize do
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dtest_reporter.rb38 @@mutex.synchronize do
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.h172 * We use this lock to synchronize UpdateRemsetWorker and external operations with it
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml72 Monitor instructions are used to synchronize object access between threads. Each object
/arkcompiler/runtime_core/common_interfaces/thread/
Dmutator_base.h332 // used to synchronize cmc-gc phase to JSThread
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator_manager.cpp329 // Synchronize operation to ensure that all mutators complete phase transition in WaitUntilAllStopped()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp77 // Use seq_cst to synchronize memory. in Wait()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js97402 Synchronize(t, e, i) {
97547 for (const s of this.m_proxies) s.Synchronize(t, e, i);