Home
last modified time | relevance | path

Searched full:blocked (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml81 … If monitor belongs to another thread, current thread is blocked and may try to enter the monitor
311 …Check that a thread will be blocked on monitorenter if a monitor is already owned by other thread …
342 lda.str "BLOCKED"
344 # wait until a thread is blocked on a monitor
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp91 // We have a blocked thread - there is a potential deadlock in DeregisterSuspendedThreads()
94 // We have at least one non-blocked thread - deadlock is impossible in DeregisterSuspendedThreads()
105 // All threads except current are blocked (have BLOCKED or NATIVE status) in DeregisterSuspendedThreads()
Dthread_manager.h244 …// * BLOCKED - it means we are trying to acquire lock in Monitor, which was created in internalAll… in CanDeregister()
Dthread.cpp501 return "Blocked"; in ThreadStatusAsString()
Dmonitor.cpp575 // Save current monitor, on which the given thread is blocked. in Acquire()
/arkcompiler/runtime_core/docs/diagrams/
Dpanda-states-concurrent-gc.pustate43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
Dpanda-states-generational-gc.pustate43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
/arkcompiler/ets_frontend/test262/
DCI_tests.txt2691 language/statements/with/binding-not-blocked-by-unscopables-non-obj.js
2700 language/statements/with/binding-not-blocked-by-unscopables-falsey-prop.js