Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
static Mutex *mutex()
150
{
151
static Detail::Mutex g_mutex;
152
return &g_mutex;
153
}
154
155
} // namespace Detail
156
Callers
2
internedString
Method · 0.85
numUniqueStrings
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected