Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_message.cpp45 constexpr int DEFAULT_TIMEOUT = 500; /* 0.5 sec */ in RecvMessage() local
48 int ret = RecvTimeout(fd, &messageId, sizeof(messageId), DEFAULT_TIMEOUT); in RecvMessage()
59 if (RecvTimeout(fd, &size, sizeof(size), DEFAULT_TIMEOUT) <= 0) { in RecvMessage()
71 if (RecvTimeout(fd, data.data(), data.size(), DEFAULT_TIMEOUT) <= 0) { in RecvMessage()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dtimeout.py29 DEFAULT_TIMEOUT: float = 300.0
33 def timeout_decorator(seconds: float = DEFAULT_TIMEOUT):
53 return DEFAULT_TIMEOUT
67 default=DEFAULT_TIMEOUT,
/arkcompiler/ets_runtime/test/regresstest/
H A Dregress_test_config.py24 DEFAULT_TIMEOUT = 100 variable in RegressTestConfig
H A Drun_regress_test.py59 parser.add_argument('--timeout', default=RegressTestConfig.DEFAULT_TIMEOUT, type=int,
601 def exec_command(cmd_args, test_id: str, step_result: StepResult, timeout=RegressTestConfig.DEFAULT_TIMEOUT,
/arkcompiler/ets_frontend/test262/
H A Dutils.py30 from config import DEFAULT_TIMEOUT, DEFAULT_RETRIES namespace
76 def exec_command(cmd_args, timeout=DEFAULT_TIMEOUT, custom_cwd=None):
H A Dconfig.py81 DEFAULT_TIMEOUT = 60000 variable
H A Drun_test262.py102 parser.add_argument('--timeout', default=DEFAULT_TIMEOUT, type=int,
687 timeout = DEFAULT_TIMEOUT * threads
/arkcompiler/ets_runtime/test/
H A Druntest.py31 DEFAULT_TIMEOUT = 300 variable
67 parser.add_argument('--timeout', metavar='n', default=DEFAULT_TIMEOUT, type=int,
68 help=f'specify seconds of test timeout, default is {DEFAULT_TIMEOUT}')
77 def run_command(cmd, timeout=DEFAULT_TIMEOUT):
/arkcompiler/runtime_core/disassembler/tests/
H A Dgen_pa_file.py26 DEFAULT_TIMEOUT = 60000 variable
61 def run_command(cmd_args, timeout=DEFAULT_TIMEOUT):

Completed in 6 milliseconds