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

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsyncobj.h50 } syncobj_t; typedef in typeref:struct:syncobj
58 extern syncobj_t sched_syncobj;
59 extern syncobj_t mutex_syncobj;
60 extern syncobj_t rw_syncobj;
61 extern syncobj_t sleep_syncobj;
H A Dsleepq.h64 void sleepq_enqueue(sleepq_t *, wchan_t, const char *, syncobj_t *);
72 void sleepq_insert(sleepq_t *, lwp_t *, syncobj_t *);
172 void turnstile_block(turnstile_t *, int, wchan_t, syncobj_t *);
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dsleepq.c48 syncobj_t sleep_syncobj;
71 sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob)
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_sleepq.c165 sleepq_insert(sleepq_t *sq, lwp_t *l, syncobj_t *sobj)
194 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj)
H A Dkern_condvar.c73 static syncobj_t cv_syncobj = {
H A Dkern_mutex.c265 syncobj_t mutex_syncobj = {
H A Dkern_turnstile.c348 turnstile_block(turnstile_t *ts, int q, wchan_t obj, syncobj_t *sobj)
H A Dkern_synch.c117 syncobj_t sleep_syncobj = {
125 syncobj_t sched_syncobj = {
H A Dkern_rwlock.c156 syncobj_t rw_syncobj = {
H A Dsys_lwp.c58 static syncobj_t lwp_park_sobj = {
H A Dsys_select.c142 static syncobj_t select_sobj = {
/netbsd-6-1-5-RELEASE/sys/compat/sa/
H A Dcompat_sa.c138 static syncobj_t sa_sobj = {

Completed in 118 milliseconds