OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WaitForExitCode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/process/
kill_win.cc
180
bool
WaitForExitCode
(ProcessHandle handle, int* exit_code) {
kill_posix.cc
208
bool
WaitForExitCode
(ProcessHandle handle, int* exit_code) {
/external/chromium/base/
process_util_posix.cc
737
bool
WaitForExitCode
(ProcessHandle handle, int* exit_code) {
980
bool success =
WaitForExitCode
(pid, &exit_code);
[
all
...]
process_util_win.cc
466
bool
WaitForExitCode
(ProcessHandle handle, int* exit_code) {
Completed in 312 milliseconds