Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ srvGetBlockingPolicy
Function
srvGetBlockingPolicy
libctru/source/srv.c:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
static int srvRefCount;
21
22
static bool srvGetBlockingPolicy(void)
23
{
24
ThreadVars *tv = getThreadVars();
25
return tv->magic == THREADVARS_MAGIC && tv->srv_blocking_policy;
26
}
27
28
Result srvInit(void)
29
{
Callers
1
srvGetServiceHandleDirect
Function · 0.85
Calls
1
getThreadVars
Function · 0.85
Tested by
no test coverage detected