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

Function __umtx_op_sem_wake

freebsd/kern/kern_umtx.c:3773–3779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3771}
3772
3773static int
3774__umtx_op_sem_wake(struct thread *td, struct _umtx_op_args *uap,
3775 const struct umtx_copyops *ops __unused)
3776{
3777
3778 return (do_sem_wake(td, uap->obj));
3779}
3780#endif
3781
3782static int

Callers

nothing calls this directly

Calls 1

do_sem_wakeFunction · 0.85

Tested by

no test coverage detected