Home
last modified time | relevance | path

Searched refs:_umtx_op_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_umtx.c3460 __umtx_op_unimpl(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_unimpl()
3468 __umtx_op_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait()
3487 __umtx_op_wait_uint(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wait_uint()
3525 __umtx_op_wake(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_wake()
3669 __umtx_op_cv_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_cv_wait()
3688 __umtx_op_cv_signal(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_cv_signal()
3754 __umtx_op_sem_wait(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem_wait()
3774 __umtx_op_sem_wake(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_sem_wake()
4133 __umtx_op_shm(struct thread *td, struct _umtx_op_args *uap, in __umtx_op_shm()
4443 struct _umtx_op_args uap = { in kern__umtx_op()
[all …]
H A Dinit_sysent.c512 …{ .sy_narg = AS(_umtx_op_args), .sy_call = (sy_call_t *)sys__umtx_op, .sy_auevent = AUE_NULL, .sy_…
H A Dsystrace_args.c2349 struct _umtx_op_args *p = params; in systrace_args()
/f-stack/freebsd/sys/
H A Dsysproto.h1249 struct _umtx_op_args { struct
2130 int sys__umtx_op(struct thread *, struct _umtx_op_args *);