| 3658 | } |
| 3659 | |
| 3660 | static 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 | |
| 3668 | static int |
| 3669 | __umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap, |
nothing calls this directly
no test coverage detected