HomeSort by relevance Sort by last modified time
    Searched refs:child_process (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/util/
run-command.h 15 struct child_process { struct
49 int start_command(struct child_process *);
50 int finish_command(struct child_process *);
51 int run_command(struct child_process *);
run-command.c 18 int start_command(struct child_process *cmd)
185 int finish_command(struct child_process *cmd)
190 int run_command(struct child_process *cmd)
198 static void prepare_run_command_v_opt(struct child_process *cmd,
211 struct child_process cmd;
pager.c 28 static struct child_process pager_process;
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 136 CHandle child_process(OpenProcess(PROCESS_TERMINATE,
140 if (NULL == child_process.m_h) {
150 TerminateProcess(child_process, ResultCodes::HUNG);
151 WaitForSingleObject(child_process, kTerminateTimeout);
152 child_process.Close();
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user.py 124 child_process = subprocess.Popen([pager], stdin=subprocess.PIPE)
125 child_process.communicate(input=message)
executive.py 119 child_process = subprocess.Popen(args,
128 output_line = child_process.stdout.readline()
129 if output_line == "" and child_process.poll() != None:
132 return child_process.poll()
  /external/linux-tools-perf/
builtin-help.c 74 struct child_process ec_process;

Completed in 285 milliseconds