Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
void TThread::Detach() {
331
if (Running()) {
332
Impl_->Detach();
333
Impl_.Destroy();
334
}
335
}
336
337
bool TThread::Running() const noexcept {
338
return Impl_ && Impl_->Running();
Callers
11
as_utf8_impl
Function · 0.45
TUtf16String as_wide_impl
Function · 0.45
path
Method · 0.45
TBasicCharRef
Class · 0.45
Y_UNIT_TEST
Function · 0.45
~TPoolThread
Method · 0.45
TestToLowerStr
Method · 0.45
TestToUpperStr
Method · 0.45
TestToTitleStr
Method · 0.45
DetachAndFixPointers
Function · 0.45
ToSmthRet
Function · 0.45
Calls
1
Destroy
Method · 0.45
Tested by
3
TestToLowerStr
Method · 0.36
TestToUpperStr
Method · 0.36
TestToTitleStr
Method · 0.36