| 168 | } |
| 169 | |
| 170 | thread::ThreadPool* GlobalThreadPool(const SessionOptions& options) { |
| 171 | static thread::ThreadPool* const thread_pool = |
| 172 | NewThreadPoolFromSessionOptions(options); |
| 173 | return thread_pool; |
| 174 | } |
| 175 | |
| 176 | // TODO(vrv): Figure out how to unify the many different functions |
| 177 | // that generate RendezvousKey, since many of them have to be |
no test coverage detected