Home | History | Annotate | Download | only in process

Lines Matching full:wait

41 // entry structure, giving it the specified exit code. If |wait| is true, wait
44 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
55 bool wait);
70 // Wait for the process to exit and get the termination status. See
94 // Wait for all the processes based on the named executable to exit. If filter
100 base::TimeDelta wait,
103 // Wait for a single process to exit. Return true if it exited cleanly within
107 base::TimeDelta wait);
116 base::TimeDelta wait,
138 // wait for |process_handle| to finish and then reap it.