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

View File

@@ -99,7 +99,7 @@ public:
Thread(Fn fn);
~Thread();
void wake_up();
void notify_one();
bool cutoff_occurred() const;
bool is_available_to(Thread* master) const;
void idle_loop();