MCPcopy Create free account
hub / github.com/catboost/catboost / TSan

Method TSan

util/system/context.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 #if defined(USE_SANITIZER_CONTEXT)
138
139TContMachineContext::TSan::TSan() noexcept
140 : TL(nullptr)
141{
142}
143
144TContMachineContext::TSan::TSan(const TContClosure& c) noexcept
145 : NSan::TFiberContext(c.Stack.data(), c.Stack.size(), c.ContName)

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected