Searched refs:umtxq_sleep (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 812 umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *abstime) in umtxq_sleep() function 949 error = umtxq_sleep(uq, "uwait", timeout == NULL ? in do_wait() 1146 error = umtxq_sleep(uq, "umtxn", timeout == NULL ? in do_lock_normal() 1706 error = umtxq_sleep(uq, wmesg, timo); in umtxq_sleep_pi() 2244 error = umtxq_sleep(uq, "umtxpp", timeout == NULL ? in do_lock_pp() 2454 error = umtxq_sleep(uq, "umtxpp", NULL); in do_set_ceiling() 2590 error = umtxq_sleep(uq, "ucond", timeout == NULL ? in do_cv_wait() 2806 error = umtxq_sleep(uq, "urdlck", timeout == NULL ? in do_rw_rdlock() 2991 error = umtxq_sleep(uq, "uwrlck", timeout == NULL ? in do_rw_wrlock() 3211 error = umtxq_sleep(uq, "usem", timeout == NULL ? NULL : &timo); in do_sem_wait() [all …]
|