| 2560 | class AsyncLogQueue : public base::threading::ThreadSafe { |
| 2561 | public: |
| 2562 | virtual ~AsyncLogQueue() { |
| 2563 | ELPP_INTERNAL_INFO(6, "~AsyncLogQueue"); |
| 2564 | } |
| 2565 | |
| 2566 | inline AsyncLogItem next(void) { |
| 2567 | base::threading::ScopedLock scopedLock(lock()); |
nothing calls this directly
no outgoing calls
no test coverage detected