HomeSort by: relevance | last modified time | path
    Searched defs:jw_iter (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/
rumpfiber.c 269 struct join_waiter *jw_iter; local in function:exit_thread
276 TAILQ_FOREACH(jw_iter, &joinwq, jw_entries) {
277 if (jw_iter->jw_wanted == thread) {
278 wake(jw_iter->jw_thread);
rumpfiber.c 269 struct join_waiter *jw_iter; local in function:exit_thread
276 TAILQ_FOREACH(jw_iter, &joinwq, jw_entries) {
277 if (jw_iter->jw_wanted == thread) {
278 wake(jw_iter->jw_thread);
rumpfiber.c 269 struct join_waiter *jw_iter; local in function:exit_thread
276 TAILQ_FOREACH(jw_iter, &joinwq, jw_entries) {
277 if (jw_iter->jw_wanted == thread) {
278 wake(jw_iter->jw_thread);

Completed in 211 milliseconds