Searched refs:_umtx_time (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/lib/libthr/thread/ |
| HD | thr_umtx.c | 122 struct _umtx_time *tm_p, timeout; in __thr_umutex_timedlock() 219 struct _umtx_time *tm_p, timeout; in _thr_umtx_timedwait_uint() 291 struct _umtx_time timeout, *tm_p; in __thr_rwlock_rdlock() 311 struct _umtx_time timeout, *tm_p; in __thr_rwlock_wrlock()
|
| /freebsd-14-stable/sys/sys/ |
| HD | _umtx.h | 77 struct _umtx_time { struct
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_umtx.c | 129 struct _umtx_time *tp); 174 const struct _umtx_time *umtxtime); 701 const struct _umtx_time *umtxtime) in umtx_abs_timeout_init2() 1280 struct _umtx_time *timeout, int compat32, int is_private) in do_wait() 1353 struct _umtx_time *timeout, int mode) in do_lock_normal() 2229 struct _umtx_time *timeout, int try) in do_lock_pi() 2524 struct _umtx_time *timeout, int try) in do_lock_pp() 2874 struct _umtx_time *timeout, int mode) in do_lock_umutex() 3091 struct _umtx_time *timeout) in do_rw_rdlock() 3278 do_rw_wrlock(struct thread *td, struct urwlock *rwlock, struct _umtx_time *timeout) in do_rw_wrlock() [all …]
|
| /freebsd-14-stable/lib/libc/gen/ |
| HD | sem.c | 317 struct _umtx_time *tm_p, timeout; in _umtx_wait_uint()
|
| HD | sem_new.c | 348 struct _umtx_time timeout; in usem_wait()
|