| Index: runtime/bin/process.h
|
| diff --git a/runtime/bin/process.h b/runtime/bin/process.h
|
| index 117c5c008477bab29aea4d3c8a75514b37186777..a41327f73a423fc8d39a8cc77a331de5aa8ad841 100644
|
| --- a/runtime/bin/process.h
|
| +++ b/runtime/bin/process.h
|
| @@ -28,8 +28,9 @@ class Process {
|
| // Kill a process with a given pid.
|
| static bool Kill(intptr_t id);
|
|
|
| - // Indicate that the process with the given pid has exited.
|
| - static void Exit(intptr_t id);
|
| + // Terminate the exit code handler thread and free all resources
|
| + // used by process handling.
|
| + static void TerminateExitCodeHandler();
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(Process);
|
|
|