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