Searched refs:umtxq_sleep (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | umtxvar.h | 217 int umtxq_sleep(struct umtx_q *, const char *,
|
/freebsd/sys/kern/ |
H A D | kern_umtx.c | 819 umtxq_sleep(struct umtx_q *uq, const char *wmesg, in umtxq_sleep() function 1010 error = umtxq_sleep(uq, "umtx", timeout == NULL ? NULL : in do_lock_umtx() 1191 error = umtxq_sleep(uq, "umtx", timeout == NULL ? in do_lock_umtx32() 1314 error = umtxq_sleep(uq, "uwait", timeout == NULL ? in do_wait() 1511 error = umtxq_sleep(uq, "umtxn", timeout == NULL ? in do_lock_normal() 2074 error = umtxq_sleep(uq, wmesg, timo); in umtxq_sleep_pi() 2641 error = umtxq_sleep(uq, "umtxpp", timeout == NULL ? in do_lock_pp() 2853 error = umtxq_sleep(uq, "umtxpp", NULL); in do_set_ceiling() 2996 error = umtxq_sleep(uq, "ucond", timeout == NULL ? in do_cv_wait() 3214 error = umtxq_sleep(uq, "urdlck", timeout == NULL ? in do_rw_rdlock() [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_futex.c | 769 error = umtxq_sleep(uq, "futex", in linux_futex_wait()
|