Home
last modified time | relevance | path

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

/netbsd/lib/librumpuser/
H A Drumpfiber.c269 struct join_waiter *jw_iter; in exit_thread() local
276 TAILQ_FOREACH(jw_iter, &joinwq, jw_entries) { in exit_thread()
277 if (jw_iter->jw_wanted == thread) { in exit_thread()
278 wake(jw_iter->jw_thread); in exit_thread()