| 3586 | } |
| 3587 | |
| 3588 | static 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 | |
| 3596 | static int |
| 3597 | __umtx_op_lock_umutex(struct thread *td, struct _umtx_op_args *uap, |
nothing calls this directly
no test coverage detected