MCPcopy Create free account
hub / github.com/catboost/catboost / RunNewThread

Method RunNewThread

library/cpp/threading/local_executor/local_executor.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void NPar::TLocalExecutor::TImpl::RunNewThread() {
219 ++ThreadCount;
220 TThread thr(HostWorkerThread, this);
221 thr.Start();
222 thr.Detach();
223}
224
225void NPar::TLocalExecutor::TImpl::LaunchRange(TIntrusivePtr<TLocalRangeExecutor> execRange,
226 int queueSizeLimit,

Callers 1

RunAdditionalThreadsMethod · 0.80

Calls 2

StartMethod · 0.45
DetachMethod · 0.45

Tested by

no test coverage detected