Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
H A Drunner.rb85 while (Time.now - start) <= $TIMEOUT
114 output << "\nProcess hangs for #{$TIMEOUT}s '#{@command}'" \
/arkcompiler/runtime_core/tests/cts-generator/runner/
H A Drunner.rb85 while (Time.now - start) <= $TIMEOUT
114 output << "\nProcess hangs for #{$TIMEOUT}s '#{@command}'" \
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_scheduler_test.cpp25 constexpr size_t TIMEOUT = 1U; member
83 tasksCondVar_.TimedWait(&tasksMutex_, TIMEOUT);
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Drun.py63 bu.status = BUStatus.TIMEOUT
H A Dresult.py46 TIMEOUT = 'Timeout' variable in BUStatus
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp1192 constexpr int TIMEOUT = 100; in WaitSuspension() local
1199 suspendCondVar_.TimedWait(&suspendLock_, TIMEOUT); in WaitSuspension()
1287 constexpr int TIMEOUT = 100; in StoreRunningState() local
1291 suspendCondVar_.TimedWait(&suspendLock_, TIMEOUT); in StoreRunningState()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h705 constexpr int TIMEOUT = 100; in WaitSuspension() local
716 suspendVar_.TimedWait(&suspendLock_, TIMEOUT); in WaitSuspension()
/arkcompiler/runtime_core/static_core/tests/cts-generator/
H A Dtest-runner.rb132 $TIMEOUT = options['timeout']
/arkcompiler/runtime_core/tests/cts-generator/
H A Dtest-runner.rb132 $TIMEOUT = options['timeout']

Completed in 8 milliseconds