| 1061 | virtual inline base::threading::Mutex& lock(void) ELPP_FINAL { return m_mutex; } |
| 1062 | protected: |
| 1063 | ThreadSafe(void) {} |
| 1064 | virtual ~ThreadSafe(void) {} |
| 1065 | private: |
| 1066 | base::threading::Mutex m_mutex; |
nothing calls this directly
no outgoing calls
no test coverage detected