MCPcopy 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

245class TFastSemaphore::TImpl: public TPosixSemaphore {
246public:
247 inline TImpl(ui32 n)
248 : TPosixSemaphore(n)
249 {
250 }
251};
252#else
253class TFastSemaphore::TImpl: public TString, public TSemaphoreImpl {

Callers

nothing calls this directly

Calls 2

ToStringFunction · 0.50
c_strFunction · 0.50

Tested by

no test coverage detected