Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
void* 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
330
void TThread::Detach() {
331
if (Running()) {
Callers
7
TestSimpleIntrusivePtrCtorTsan
Method · 0.45
~TImpl
Method · 0.45
Y_UNIT_TEST
Function · 0.45
ThreadProcParent
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Wait
Method · 0.45
Communicate
Method · 0.45
Calls
1
Destroy
Method · 0.45
Tested by
1
TestSimpleIntrusivePtrCtorTsan
Method · 0.36