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

Method Detach

util/system/thread.cpp:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void TThread::Detach() {
331 if (Running()) {
332 Impl_->Detach();
333 Impl_.Destroy();
334 }
335}
336
337bool TThread::Running() const noexcept {
338 return Impl_ && Impl_->Running();

Callers 11

as_utf8_implFunction · 0.45
pathMethod · 0.45
TBasicCharRefClass · 0.45
Y_UNIT_TESTFunction · 0.45
~TPoolThreadMethod · 0.45
TestToLowerStrMethod · 0.45
TestToUpperStrMethod · 0.45
TestToTitleStrMethod · 0.45
DetachAndFixPointersFunction · 0.45
ToSmthRetFunction · 0.45

Calls 1

DestroyMethod · 0.45

Tested by 3

TestToLowerStrMethod · 0.36
TestToUpperStrMethod · 0.36
TestToTitleStrMethod · 0.36