Searched refs:umtx_key_get (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_umtx.c | 796 umtx_key_get(const void *addr, int type, int share, struct umtx_key *key) in umtx_key_get() function 862 if ((error = umtx_key_get(addr, TYPE_SIMPLE_WAIT, in do_wait() 911 if ((ret = umtx_key_get(uaddr, TYPE_SIMPLE_WAIT, in kern_umtx_wake() 995 if ((error = umtx_key_get(m, TYPE_NORMAL_UMUTEX, in do_lock_normal() 1076 if ((error = umtx_key_get(m, TYPE_NORMAL_UMUTEX, GET_SHARE(flags), in do_unlock_normal() 1129 if ((error = umtx_key_get(m, TYPE_NORMAL_UMUTEX, GET_SHARE(flags), in do_wake_umutex() 1179 if ((error = umtx_key_get(m, type, GET_SHARE(flags), in do_wake2_umutex() 1673 if ((error = umtx_key_get(m, TYPE_PI_UMUTEX, GET_SHARE(flags), in do_lock_pi() 1864 if ((error = umtx_key_get(m, TYPE_PI_UMUTEX, GET_SHARE(flags), in do_unlock_pi() 1960 if ((error = umtx_key_get(m, TYPE_PP_UMUTEX, GET_SHARE(flags), in do_lock_pp() [all …]
|
| /NextBSD/sys/sys/ |
| HD | umtx.h | 155 int umtx_key_get(const void *, int, int, struct umtx_key *);
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_futex.c | 221 return (umtx_key_get(object, TYPE_FUTEX, THREAD_SHARE, in futex_address_create() 224 return (umtx_key_get(object, TYPE_FUTEX, AUTO_SHARE, in futex_address_create()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_futex.c | 324 error = umtx_key_get(uaddr, TYPE_FUTEX, (flags & FUTEX_SHARED) ? in futex_get0()
|