Rename wake_up() to notify_one()

To align to C++ std::thread conventions.

No functional change.
This commit is contained in:
Marco Costalba
2013-01-13 15:35:38 +01:00
parent a523cea772
commit 81cd7d787e
4 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -1696,7 +1696,7 @@ void Thread::idle_loop() {
&& !sp->slavesMask)
{
assert(!sp->master->is_searching);
sp->master->wake_up();
sp->master->notify_one();
}
// After releasing the lock we cannot access anymore any SplitPoint