Home
last modified time | relevance | path

Searched refs:syncobj_t (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/sys/
H A Dsyncobj.h52 } 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 Dsleepq.c42 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 Demul.c136 syncobj_t mutex_syncobj, rw_syncobj;
/netbsd-src/sys/kern/
H A Dkern_sleepq.c191 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 Dkern_synch.c117 syncobj_t sleep_syncobj = {
127 syncobj_t sched_syncobj = {
137 syncobj_t kpause_syncobj = {
H A Dkern_condvar.c75 syncobj_t cv_syncobj = {
H A Dkern_turnstile.c370 turnstile_block(turnstile_t *ts, int q, wchan_t obj, syncobj_t *sobj) in turnstile_block()
H A Dkern_rwlock.c129 syncobj_t rw_syncobj = {
H A Dkern_mutex.c301 syncobj_t mutex_syncobj = {
H A Dsys_lwp.c67 syncobj_t lwp_park_syncobj = {
H A Dsys_select.c148 syncobj_t select_sobj = {
H A Dkern_timeout.c249 syncobj_t callout_syncobj = {