Clarify some comments in SMP code

Spotted by Joona.

No functional change.
This commit is contained in:
Marco Costalba
2014-05-08 09:09:35 +02:00
parent 7e3dba4f4c
commit 6ba1d3ead6
2 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,8 @@ void ThreadPool::init() {
}
// exit() cleanly terminates the threads before the program exits
// exit() cleanly terminates the threads before the program exits. Cannot be done in
// d'tor because we have to terminate the threads before to free ThreadPool object.
void ThreadPool::exit() {