Rename stop_threads() to exit_threads()

More stick to what actually happens.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-02-13 12:07:13 +01:00
parent 8a504d36f9
commit a16415f44d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -612,10 +612,10 @@ void init_threads() {
}
/// stop_threads() is called when the program exits. It makes all the
/// exit_threads() is called when the program exits. It makes all the
/// helper threads exit cleanly.
void stop_threads() {
void exit_threads() {
ActiveThreads = THREAD_MAX; // HACK
AllThreadsShouldSleep = false; // HACK