Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TThread
Method
TThread
util/system/thread.cpp:295–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
};
294
295
TThread::TThread(const TParams& p)
296
: Impl_(new TImpl(p))
297
{
298
}
299
300
TThread::TThread(TThreadProc threadProc, void* param)
301
: Impl_(new TImpl(TParams(threadProc, param)))
Callers
nothing calls this directly
Calls
3
TParams
Class · 0.70
Create
Function · 0.50
move
Function · 0.50
Tested by
no test coverage detected