MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SelfDelete

Method SelfDelete

renderdoc/android/android.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void Tick();
49
50 void SelfDelete()
51 {
52 // only delete ourselves once the thread has closed and we've called Finish()
53 if(finishTime && thread == 0)
54 delete this;
55 }
56
57 // lock for accessing finishTime or immediateExit
58 Threading::CriticalSection lock;

Callers 1

ProcessLogcatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected