MCPcopy Create free account
hub / github.com/devkitPro/libctru / srvExit

Function srvExit

libctru/source/srv.c:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void srvExit(void)
50{
51 if (AtomicDecrement(&srvRefCount)) return;
52
53 if (srvHandle != 0) svcCloseHandle(srvHandle);
54 srvHandle = 0;
55}
56
57void srvSetBlockingPolicy(bool nonBlocking)
58{

Callers 3

srvInitFunction · 0.85
srvPmExitFunction · 0.85
__appExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected