Home
last modified time | relevance | path

Searched refs:timeout_result (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/testrunner/local/
Dcommands.py88 def kill_process(process, timeout_result): argument
89 timeout_result[0] = True
113 timeout_result = [False]
115 timer = Timer(timeout, kill_process, [process, timeout_result])
122 timeout_result[0],
/external/python/cpython3/Python/
Dceval_gil.h94 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument
100 timeout_result = 1; \
102 timeout_result = 0; \