OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KillProcess
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp
124
int
KillProcess
(int pid, bool wait)
osProcessUnix.cpp
186
int
KillProcess
(int pid, bool wait)
/external/chromium/base/
process_util_posix.cc
220
bool
KillProcess
(ProcessHandle process_id, int exit_code, bool wait) {
process_util_win.cc
322
bool ret =
KillProcess
(process, exit_code, wait);
400
bool
KillProcess
(ProcessHandle process, int exit_code, bool wait) {
Completed in 874 milliseconds