MCPcopy Create free account
hub / github.com/RenderKit/embree / getTls

Function getTls

common/sys/thread.cpp:147–149  ·  view source on GitHub ↗

! return the thread local storage pointer */

Source from the content-addressed store, hash-verified

145
146 /*! return the thread local storage pointer */
147 void* getTls(tls_t tls) {
148 return TlsGetValue(DWORD(size_t(tls)));
149 }
150
151 /*! destroys thread local storage identifier */
152 void destroyTls(tls_t tls) {

Callers 1

errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected