| 115 | }; |
| 116 | |
| 117 | Reference<IThreadPool> createGenericThreadPool(int stackSize, int pri) { |
| 118 | return Reference<IThreadPool>(new ThreadPool(stackSize, pri)); |
| 119 | } |
| 120 | |
| 121 | thread_local IThreadPoolReceiver* ThreadPool::Thread::threadUserObject; |
no outgoing calls
no test coverage detected