MCPcopy 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
57void srvSetBlockingPolicy(bool nonBlocking)
58{
59 ThreadVars *tv = getThreadVars();
60 tv->srv_blocking_policy = nonBlocking;
61}
62
63Handle *srvGetSessionHandle(void)
64{

Callers

nothing calls this directly

Calls 1

getThreadVarsFunction · 0.85

Tested by

no test coverage detected