Searched refs:syncobj_t (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | syncobj.h | 52 } const syncobj_t; typedef 60 extern syncobj_t callout_syncobj; 61 extern syncobj_t cv_syncobj; 62 extern syncobj_t kpause_syncobj; 63 extern syncobj_t lwp_park_syncobj; 64 extern syncobj_t mutex_syncobj; 65 extern syncobj_t rw_syncobj; 66 extern syncobj_t sched_syncobj; 67 extern syncobj_t select_syncobj; 68 extern syncobj_t sleep_syncobj;
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | sleepq.c | 42 syncobj_t sleep_syncobj; 75 sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob, in sleepq_enqueue() 87 sleepq_block(int timo, bool catch, syncobj_t *syncobj __unused, int nlocks) in sleepq_block()
|
H A D | emul.c | 136 syncobj_t mutex_syncobj, rw_syncobj;
|
/netbsd-src/sys/kern/ |
H A D | kern_sleepq.c | 191 sleepq_insert(sleepq_t *sq, lwp_t *l, syncobj_t *sobj) in sleepq_insert() 258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, in sleepq_enqueue() 296 const char *wmesg, syncobj_t *sobj, kmutex_t *mp, bool catch_p) in sleepq_transfer() 344 sleepq_block(int timo, bool catch_p, syncobj_t *syncobj, int nlocks) in sleepq_block()
|
H A D | kern_synch.c | 117 syncobj_t sleep_syncobj = { 127 syncobj_t sched_syncobj = { 137 syncobj_t kpause_syncobj = {
|
H A D | kern_condvar.c | 75 syncobj_t cv_syncobj = {
|
H A D | kern_turnstile.c | 370 turnstile_block(turnstile_t *ts, int q, wchan_t obj, syncobj_t *sobj) in turnstile_block()
|
H A D | kern_rwlock.c | 129 syncobj_t rw_syncobj = {
|
H A D | kern_mutex.c | 301 syncobj_t mutex_syncobj = {
|
H A D | sys_lwp.c | 67 syncobj_t lwp_park_syncobj = {
|
H A D | sys_select.c | 148 syncobj_t select_sobj = {
|
H A D | kern_timeout.c | 249 syncobj_t callout_syncobj = {
|