| 49 | sourceLine(nLine) {} |
| 50 | |
| 51 | std::string ToString() const |
| 52 | { |
| 53 | return strprintf( |
| 54 | "'%s' in %s:%s%s (in thread '%s')", |
| 55 | mutexName, sourceFile, sourceLine, (fTry ? " (TRY)" : ""), m_thread_name); |
| 56 | } |
| 57 | |
| 58 | std::string Name() const |
| 59 | { |
no outgoing calls
no test coverage detected