Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void srvExit(void)
50
{
51
if (AtomicDecrement(&srvRefCount)) return;
52
53
if (srvHandle != 0) svcCloseHandle(srvHandle);
54
srvHandle = 0;
55
}
56
57
void srvSetBlockingPolicy(bool nonBlocking)
58
{
Callers
3
srvInit
Function · 0.85
srvPmExit
Function · 0.85
__appExit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected