==============================================================================
| 286 | |
| 287 | //============================================================================== |
| 288 | bool Thread::wait (double timeOutMilliseconds) const |
| 289 | { |
| 290 | return defaultEvent.wait (timeOutMilliseconds); |
| 291 | } |
| 292 | |
| 293 | void Thread::notify() const |
| 294 | { |
no outgoing calls
no test coverage detected