Searched refs:_umtx_op_args (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 3460 __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 D | init_sysent.c | 512 …{ .sy_narg = AS(_umtx_op_args), .sy_call = (sy_call_t *)sys__umtx_op, .sy_auevent = AUE_NULL, .sy_…
|
| H A D | systrace_args.c | 2349 struct _umtx_op_args *p = params; in systrace_args()
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 1249 struct _umtx_op_args { struct 2130 int sys__umtx_op(struct thread *, struct _umtx_op_args *);
|