----------------------------------------------------------------------------- Test whether the thread has completed -----------------------------------------------------------------------------
| 143 | // Test whether the thread has completed |
| 144 | //----------------------------------------------------------------------------- |
| 145 | bool ThreadImpl::IsSignalled() |
| 146 | { |
| 147 | return !m_bIsRunning; |
| 148 | } |
nothing calls this directly
no outgoing calls
no test coverage detected