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

Function __umtx_op_set_ceiling

freebsd/kern/kern_umtx.c:3660–3666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3658}
3659
3660static int
3661__umtx_op_set_ceiling(struct thread *td, struct _umtx_op_args *uap,
3662 const struct umtx_copyops *ops __unused)
3663{
3664
3665 return (do_set_ceiling(td, uap->obj, uap->val, uap->uaddr1));
3666}
3667
3668static int
3669__umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap,

Callers

nothing calls this directly

Calls 1

do_set_ceilingFunction · 0.85

Tested by

no test coverage detected