Home
last modified time | relevance | path

Searched full:acquired (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dmonitor.cpp94 // and try inflating light monitor (`Inflate` expects lock to still be acquired by target; in InflateThinLock()
101 // monitor still acquired. in InflateThinLock()
102 // We are trying to inflate light lock acquired by other thread, suspend it first in InflateThinLock()
115 // NB! Inflate can do nothing if monitor is already unlocked or acquired by other thread. in InflateThinLock()
136 …* @param trylock is true if the function should fail in case of lock was already acquired by othe…
180 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully recursively acquired"; in MonitorEnter()
190 // Lock acquired by other thread. in MonitorEnter()
254 … LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully acquired for the first time"; in MonitorEnter()
356 // The monitor is acquired by other thread in Wait()
358 … LOG(ERROR, RUNTIME) << "Illegal monitor state: try to wait with monitor acquired by other thread"; in Wait()
[all …]
Dthread_pool_queue.h31 // All methods (except for Finalize) require an acquired lock from a thread pool.
Dmonitor.h76 // Potential drawback: infrustructure to detect, when the monitor is not acquired by any thread and…
141 * @return true if object's monitor was found, acquired and freed; false otherwise
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml79 … that case monitor is acquired by thread and monitor count is set to 1. The thread becomes the
85acquired. Other threads may try to gain ownership of the monitor. If thread tries to execute monit…
312 will acquired the monitor when other thread will release it
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h295 …is called by the runtime when a thread is attempting to enter a monitor already acquired by another
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h781 // mutator lock should be acquired before change status in StoreStatus()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h1050 …* @tparam lazy if true, temp register will be acquired in the constructor, otherwise user should a…
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h652 ASSERT_PRINT(lr_acquired_, "Trying to release LR, which hasn't been acquired before"); in ReleaseScratchRegister()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2938 ASSERT_PRINT(lr_acquired_, "Trying to release LR, which hasn't been acquired before"); in ReleaseScratchRegister()