Home
last modified time | relevance | path

Searched full:runnable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml25 .record panda.Runnable <external, panda.interface>
37 .function void panda.Thread.ctor(panda.Thread a0, panda.Runnable a1) <external, ctor>
41 .record RL <panda.implements=panda.Runnable> {
/arkcompiler/ets_frontend/test262/
Drun_test262.py108 def run_check(runnable, env=None): argument
109 report_command('Test command:', runnable, env=env)
116 proc = subprocess.Popen(runnable, env=env)
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake87 # Add a single buildable and runnable Panda Assembly file to the build tree.
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h633 * Transition to suspended and back to runnable, re-acquire share on mutator_lock_
/arkcompiler/runtime_core/runtime/
Dthread.cpp499 return "Runnable"; in ThreadStatusAsString()