MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / createTls

Function createTls

third-party/embreeSrc/common/sys/thread.cpp:137–139  ·  view source on GitHub ↗

! creates thread local storage */

Source from the content-addressed store, hash-verified

135
136 /*! creates thread local storage */
137 tls_t createTls() {
138 return tls_t(size_t(TlsAlloc()));
139 }
140
141 /*! set the thread local storage pointer */
142 void setTls(tls_t tls, void* const ptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected