MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ff_mtx_init

Function ff_mtx_init

lib/ff_lock.c:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88};
89
90void
91ff_mtx_init(struct lock_object *lo, const char *name, const char *type, int opts)
92{
93 lock_init(lo, &lock_class_mtx_sleep, name, type, opts);
94}
95
96void
97mtx_sysinit(void *arg)

Callers

nothing calls this directly

Calls 1

lock_initFunction · 0.85

Tested by

no test coverage detected