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

Function syncArbitrateAddressWithTimeout

libctru/source/synchronization.c:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Result syncArbitrateAddressWithTimeout(s32* addr, ArbitrationType type, s32 value, s64 timeout_ns)
26{
27 return svcArbitrateAddress(arbiter, (u32)addr, type, value, timeout_ns);
28}
29
30void LightLock_Init(LightLock* lock)
31{

Callers 2

CondVar_WaitTimeoutFunction · 0.85
LightEvent_WaitTimeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected