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

Function __umtx_op_wake_private

freebsd/kern/kern_umtx.c:3588–3594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3586}
3587
3588static int
3589__umtx_op_wake_private(struct thread *td, struct _umtx_op_args *uap,
3590 const struct umtx_copyops *ops __unused)
3591{
3592
3593 return (kern_umtx_wake(td, uap->obj, uap->val, 1));
3594}
3595
3596static int
3597__umtx_op_lock_umutex(struct thread *td, struct _umtx_op_args *uap,

Callers

nothing calls this directly

Calls 1

kern_umtx_wakeFunction · 0.85

Tested by

no test coverage detected