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

Method SyncImpl

physx/source/foundation/src/windows/PsWindowsSync.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52SyncImpl::SyncImpl()
53{
54 getSync(this) = CreateEvent(0, true, false, 0);
55}
56
57SyncImpl::~SyncImpl()
58{

Callers

nothing calls this directly

Calls 1

getSyncFunction · 0.85

Tested by

no test coverage detected