----------------------------------------------------------------------------- Callback handler for the watchers added during WaitImpl::Multiple -----------------------------------------------------------------------------
| 175 | // Callback handler for the watchers added during WaitImpl::Multiple |
| 176 | //----------------------------------------------------------------------------- |
| 177 | void WaitMultipleCallback |
| 178 | ( |
| 179 | void* _context |
| 180 | ) |
| 181 | { |
| 182 | Event* waitEvent = (Event*)_context; |
| 183 | waitEvent->Set(); |
| 184 | } |
| 185 |