Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ destroyTls
Function
destroyTls
common/sys/thread.cpp:152–154 ·
view source on GitHub ↗
! destroys thread local storage identifier */
Source
from the content-addressed store, hash-verified
150
151
/*! destroys thread local storage identifier */
152
void destroyTls(tls_t tls) {
153
TlsFree(DWORD(size_t(tls)));
154
}
155
#endif
156
}
157
Callers
1
~ErrorHandler
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected