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

Method TThread

util/system/thread.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293};
294
295TThread::TThread(const TParams& p)
296 : Impl_(new TImpl(p))
297{
298}
299
300TThread::TThread(TThreadProc threadProc, void* param)
301 : Impl_(new TImpl(TParams(threadProc, param)))

Callers

nothing calls this directly

Calls 3

TParamsClass · 0.70
CreateFunction · 0.50
moveFunction · 0.50

Tested by

no test coverage detected