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

Method ISimpleThread

util/system/thread.cpp:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388} // namespace
389
390ISimpleThread::ISimpleThread(size_t stackSize)
391 : TThread(TParams(ThreadProcWrapper<ISimpleThread>, reinterpret_cast<void*>(this), stackSize))
392{
393}
394
395#if defined(_MSC_VER)
396 // This beautiful piece of code is borrowed from

Callers

nothing calls this directly

Calls 1

TParamsClass · 0.70

Tested by

no test coverage detected