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

/netbsd-current/sys/sys/
H A Dsyncobj.h63 extern syncobj_t lwp_park_syncobj;
/netbsd-current/sys/kern/
H A Dsys_lwp.c67 syncobj_t lwp_park_syncobj = { variable
489 if (__predict_true(t->l_syncobj == &lwp_park_syncobj)) {
543 sleepq_enqueue(NULL, l, "parked", &lwp_park_syncobj, true);
544 error = sleepq_block(timo, true, &lwp_park_syncobj, 0);

Completed in 145 milliseconds