MCPcopy Create free account
hub / github.com/ImageEngine/cortex / mutex

Function mutex

src/IECore/InternedString.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149static Mutex *mutex()
150{
151 static Detail::Mutex g_mutex;
152 return &g_mutex;
153}
154
155} // namespace Detail
156

Callers 2

internedStringMethod · 0.85
numUniqueStringsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected