Home
last modified time | relevance | path

Searched refs:lwp_park_syncobj (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/kern/
H A Dsys_lwp.c60 syncobj_t lwp_park_syncobj = { variable
480 if (__predict_true(t->l_syncobj == &lwp_park_syncobj)) { in lwp_unpark()
536 sleepq_enqueue(NULL, l, "parked", &lwp_park_syncobj, true); in lwp_park()
537 error = sleepq_block(timo, true, &lwp_park_syncobj); in lwp_park()
/netbsd/sys/sys/
H A Dsyncobj.h61 extern syncobj_t lwp_park_syncobj;