Searched refs:timeout_result (Results 1 – 2 of 2) sorted by relevance
88 def kill_process(process, timeout_result): argument89 timeout_result[0] = True113 timeout_result = [False]115 timer = Timer(timeout, kill_process, [process, timeout_result])122 timeout_result[0],
94 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument100 timeout_result = 1; \102 timeout_result = 0; \