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

Method Join

util/system/thread.cpp:318–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void* TThread::Join() {
319 if (Running()) {
320 void* ret = Impl_->Join();
321
322 Impl_.Destroy();
323
324 return ret;
325 }
326
327 return nullptr;
328}
329
330void TThread::Detach() {
331 if (Running()) {

Callers 7

~TImplMethod · 0.45
Y_UNIT_TESTFunction · 0.45
ThreadProcParentFunction · 0.45
Y_UNIT_TESTFunction · 0.45
WaitMethod · 0.45
CommunicateMethod · 0.45

Calls 1

DestroyMethod · 0.45

Tested by 1