Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rm_sysinit
Function
rm_sysinit
lib/ff_lock.c:230–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
void
231
rm_sysinit(void *arg)
232
{
233
struct rm_args *args = arg;
234
rm_init((struct rmlock *)args->ra_rm, args->ra_desc);
235
}
236
237
#if 0
238
void
Callers
1
rm_sysinit_flags
Function · 0.70
Calls
1
rm_init
Function · 0.70
Tested by
no test coverage detected