Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rm_init
Function
rm_init
lib/ff_lock.c:212–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
};
211
212
void
213
rm_init(struct rmlock *rm, const char *name)
214
{
215
rm_init_flags(rm, name, 0);
216
}
217
218
void
219
rm_init_flags(struct rmlock *rm, const char *name, int opts)
Callers
1
rm_sysinit
Function · 0.70
Calls
1
rm_init_flags
Function · 0.70
Tested by
no test coverage detected