Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FOREACH from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_synch.c (0.00 seconds) |
1047: 1048: LIST_FOREACH(l, &p->p_lwps, l_sibling) { 1049: if (l == curlwp) 1190: runtm = p->p_rtime.sec; 1191: LIST_FOREACH(l, &p->p_lwps, l_sibling) { 1192: if (__predict_false((l->l_flag & LW_IDLE) != 0))