| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This is to support the removal of GetHandle soon
|
|
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
|
|
|
|
It was only being used in two places, where it was replaced by a local
constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- ReleaseNextThread->WakeupNextThread
- ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
|
|
|
|
pure virtual.
|
|
|
|
|
|
|
|
|
|
WaitObject safely.
|
|
made no sense.
|
|
|
|
- Separate wait checking from waiting the current thread
- Resume thread when wait_all=true only if all objects are available at once
- Set output to correct wait object index when there are duplicate handles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thread: Prevent waking a thread multiple times.
|
|
If a thread was woken up by something, cancel the wakeup timeout.
|
|
|
|
|
|
|
|
|
|
|
|
|