| 40 | } |
| 41 | |
| 42 | std::shared_ptr<WorkerSession> TLSSessionMgr::LegacySession() { |
| 43 | return GetImpl()->LegacySession(); |
| 44 | } |
| 45 | |
| 46 | SessionMgr* TLSSessionMgr::GetImpl() { |
| 47 | SessionMgr* mgr = static_cast<SessionMgr*>(pthread_getspecific(key_)); |
no outgoing calls
no test coverage detected