Session: Change to a WaitObject.

This commit is contained in:
bunnei 2015-01-18 20:40:53 -05:00
parent d2759c578e
commit 9e6ec3b6cd
3 changed files with 9 additions and 2 deletions

View file

@ -39,7 +39,7 @@ Thread* WaitObject::ReleaseNextThread() {
next_thread->ReleaseWaitObject(this);
return next_thread.get();
return next_thread;
}
void WaitObject::WakeupAllWaitingThreads() {