Home
last modified time | relevance | path

Searched refs:sched_syncobj (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dsyncobj.h66 extern syncobj_t sched_syncobj;
/netbsd-src/sys/kern/
H A Dkern_sleepq.c134 l->l_syncobj = &sched_syncobj; in sleepq_remove()
H A Dkern_lwp.c288 .l_syncobj = &sched_syncobj,
907 l2->l_syncobj = &sched_syncobj; in lwp_create()
H A Dkern_synch.c127 syncobj_t sched_syncobj = { variable