MCPcopy Create free account
hub / github.com/devkitPro/libctru / __sync_init

Function __sync_init

libctru/source/synchronization.c:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7static Handle arbiter;
8
9Result __sync_init(void)
10{
11 return svcCreateAddressArbiter(&arbiter);
12}
13
14void __sync_fini(void)
15{

Callers 1

__libctru_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected