MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / TlsGetValue

Function TlsGetValue

physx/source/foundation/src/unix/PsUnixThread.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476size_t TlsGetValue(uint32_t index)
477{
478 return reinterpret_cast<size_t>(pthread_getspecific(pthread_key_t(index)));
479}
480
481uint32_t TlsSet(uint32_t index, void* value)
482{

Callers 8

startWriteMethod · 0.50
stopWriteMethod · 0.50
startReadMethod · 0.50
stopReadMethod · 0.50
lockReadMethod · 0.50
unlockReadMethod · 0.50
lockWriteMethod · 0.50
unlockWriteMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected