Session: Change to a WaitObject.
This commit is contained in:
parent
d2759c578e
commit
9e6ec3b6cd
3 changed files with 9 additions and 2 deletions
|
@ -39,7 +39,7 @@ Thread* WaitObject::ReleaseNextThread() {
|
|||
|
||||
next_thread->ReleaseWaitObject(this);
|
||||
|
||||
return next_thread.get();
|
||||
return next_thread;
|
||||
}
|
||||
|
||||
void WaitObject::WakeupAllWaitingThreads() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue