| 225 | } |
| 226 | |
| 227 | shared_ptr<const ThreadFactory> TimerManager::threadFactory() const { |
| 228 | Synchronized s(monitor_); |
| 229 | return threadFactory_; |
| 230 | } |
| 231 | |
| 232 | void TimerManager::threadFactory(shared_ptr<const ThreadFactory> value) { |
| 233 | Synchronized s(monitor_); |
no outgoing calls