Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
void __SYSCALL(lock_init) (_LOCK_T *lock)
116
{
117
LightLock_Init(lock);
118
}
119
120
void __SYSCALL(lock_acquire) (_LOCK_T *lock)
121
{
Callers
nothing calls this directly
Calls
1
LightLock_Init
Function · 0.85
Tested by
no test coverage detected