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

Method Shutdown

renderdoc/android/android.cpp:966–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964 }
965
966 void Shutdown()
967 {
968 Atomic::Dec32(&running);
969 Threading::JoinThread(thread);
970 Threading::CloseThread(thread);
971 thread = 0;
972
973 {
974 SCOPED_LOCK(lock);
975 Android::shutdownAdb();
976 }
977 }
978
979 struct Command
980 {

Callers 2

StartMethod · 0.45
ExecuteAndInjectMethod · 0.45

Calls 4

shutdownAdbFunction · 0.85
Dec32Function · 0.50
JoinThreadFunction · 0.50
CloseThreadFunction · 0.50

Tested by

no test coverage detected