Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
476
size_t TlsGetValue(uint32_t index)
477
{
478
return reinterpret_cast<size_t>(pthread_getspecific(pthread_key_t(index)));
479
}
480
481
uint32_t TlsSet(uint32_t index, void* value)
482
{
Callers
8
startWrite
Method · 0.50
stopWrite
Method · 0.50
startRead
Method · 0.50
stopRead
Method · 0.50
lockRead
Method · 0.50
unlockRead
Method · 0.50
lockWrite
Method · 0.50
unlockWrite
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected