MCPcopy Create free account
hub / github.com/apple/foundationdb / createGenericThreadPool

Function createGenericThreadPool

flow/IThreadPool.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

openMethod · 0.85
initTLSMethod · 0.85
LineNoiseMethod · 0.85
RocksDBKeyValueStoreMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected