Searched defs:proc (Results 1 – 5 of 5) sorted by relevance
70 JSONObject proc = new JSONObject(); in toJson() local
74 JSONObject proc = new JSONObject(); in toJson() local
359 def _assert_subprocess_running(proc): argument408 def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): argument428 def wait_for_standing_subprocess(proc, timeout=None): argument
165 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument