MCPcopy 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

20static int srvRefCount;
21
22static bool srvGetBlockingPolicy(void)
23{
24 ThreadVars *tv = getThreadVars();
25 return tv->magic == THREADVARS_MAGIC && tv->srv_blocking_policy;
26}
27
28Result srvInit(void)
29{

Callers 1

Calls 1

getThreadVarsFunction · 0.85

Tested by

no test coverage detected