MCPcopy Create free account
hub / github.com/devkitPro/libctru / __SYSCALL(lock_init)

Function __SYSCALL(lock_init)

libctru/source/system/syscalls.c:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void __SYSCALL(lock_init) (_LOCK_T *lock)
116{
117 LightLock_Init(lock);
118}
119
120void __SYSCALL(lock_acquire) (_LOCK_T *lock)
121{

Callers

nothing calls this directly

Calls 1

LightLock_InitFunction · 0.85

Tested by

no test coverage detected