Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
void TThread::Start() {
315
Impl(Impl_,
"start"
, false)->Start();
316
}
317
318
void* TThread::Join() {
319
if (Running()) {
Callers
7
TImpl
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
ThreadProcParent
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Run
Method · 0.45
Communicate
Method · 0.45
Calls
1
Impl
Function · 0.70
Tested by
no test coverage detected