Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ ~SyncImpl
Method
~SyncImpl
physx/source/foundation/src/unix/PsUnixSync.cpp:96–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
SyncImpl::~SyncImpl()
97
{
98
pthread_cond_destroy(&getSync(this)->cond);
99
pthread_mutex_destroy(&getSync(this)->mutex);
100
}
101
102
void SyncImpl::reset()
103
{
Callers
1
~SyncT
Method · 0.45
Calls
1
getSync
Function · 0.85
Tested by
no test coverage detected