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

Method Start

util/system/thread.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void TThread::Start() {
315 Impl(Impl_, "start", false)->Start();
316}
317
318void* TThread::Join() {
319 if (Running()) {

Callers 7

TImplMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
ThreadProcParentFunction · 0.45
Y_UNIT_TESTFunction · 0.45
RunMethod · 0.45
CommunicateMethod · 0.45

Calls 1

ImplFunction · 0.70

Tested by

no test coverage detected