Home
last modified time | relevance | path

Searched defs:TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dresult.py46 TIMEOUT = 'Timeout' variable in BUStatus
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1177 constexpr int TIMEOUT = 100; in WaitSuspension() local
1313 constexpr int TIMEOUT = 100; in StoreRunningState() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h705 constexpr int TIMEOUT = 100; in WaitSuspension() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_scheduler_test.cpp25 constexpr size_t TIMEOUT = 1U; variable