Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Running
Method
Running
util/system/thread.cpp:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
bool TThread::Running() const noexcept {
338
return Impl_ && Impl_->Running();
339
}
340
341
TThread::TId TThread::Id() const noexcept {
342
if (Running()) {
Callers
1
Impl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected