Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TImpl
Method
TImpl
util/system/sem.cpp:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
class TFastSemaphore::TImpl: public TPosixSemaphore {
246
public:
247
inline TImpl(ui32 n)
248
: TPosixSemaphore(n)
249
{
250
}
251
};
252
#else
253
class TFastSemaphore::TImpl: public TString, public TSemaphoreImpl {
Callers
nothing calls this directly
Calls
2
ToString
Function · 0.50
c_str
Function · 0.50
Tested by
no test coverage detected