Searched defs:umtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | umtx.h | 110 umtx_init(struct umtx *umtx) in umtx_init() 116 umtx_owner(struct umtx *umtx) in umtx_owner() 122 umtx_lock(struct umtx *umtx, u_long id) in umtx_lock() 131 umtx_trylock(struct umtx *umtx, u_long id) in umtx_trylock() 139 umtx_timedlock(struct umtx *umtx, u_long id, const struct timespec *timeout) in umtx_timedlock() 149 umtx_unlock(struct umtx *umtx, u_long id) in umtx_unlock()
|
| D | _umtx.h | 36 struct umtx { struct 37 volatile unsigned long u_owner; /* Owner of the mutex. */
|
| D | sysproto.h | 1304 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member 1307 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
|
| /freebsd-10-stable/usr.bin/truss/ |
| D | syscalls.c | 1074 struct umtx umtx; in print_arg() local
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_umtx.c | 852 do_lock_umtx(struct thread *td, struct umtx *umtx, u_long id, in do_lock_umtx() 970 do_unlock_umtx(struct thread *td, struct umtx *umtx, u_long id) in do_unlock_umtx()
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_proto.h | 375 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member 378 char umtx_l_[PADL_(struct umtx *)]; struct umtx * umtx; char umtx_r_[PADR_(struct umtx *)]; member
|