Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ srvSetBlockingPolicy
Function
srvSetBlockingPolicy
libctru/source/srv.c:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void srvSetBlockingPolicy(bool nonBlocking)
58
{
59
ThreadVars *tv = getThreadVars();
60
tv->srv_blocking_policy = nonBlocking;
61
}
62
63
Handle *srvGetSessionHandle(void)
64
{
Callers
nothing calls this directly
Calls
1
getThreadVars
Function · 0.85
Tested by
no test coverage detected