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

Function syncArbitrateAddress

libctru/source/synchronization.c:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Result syncArbitrateAddress(s32* addr, ArbitrationType type, s32 value)
21{
22 return svcArbitrateAddressNoTimeout(arbiter, (u32)addr, type, value);
23}
24
25Result syncArbitrateAddressWithTimeout(s32* addr, ArbitrationType type, s32 value, s64 timeout_ns)
26{

Callers 11

LightLock_LockFunction · 0.85
LightLock_UnlockFunction · 0.85
CondVar_WaitFunction · 0.85
CondVar_WakeUpFunction · 0.85
LightEvent_PulseFunction · 0.85
LightEvent_SignalFunction · 0.85
LightEvent_WaitFunction · 0.85
LightSemaphore_AcquireFunction · 0.85
LightSemaphore_ReleaseFunction · 0.85
gspWaitForAnyEventFunction · 0.85
gspEventThreadMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected