----------------------------------------------------------------------------- Test whether the event is set -----------------------------------------------------------------------------
| 116 | // Test whether the event is set |
| 117 | //----------------------------------------------------------------------------- |
| 118 | bool Thread::IsSignalled |
| 119 | ( |
| 120 | ) |
| 121 | { |
| 122 | return m_pImpl->IsSignalled(); |
| 123 | } |
| 124 | |
| 125 |
nothing calls this directly
no outgoing calls
no test coverage detected