Home | History | Annotate | Download | only in thread

Lines Matching refs:best

16     struct thread *st, *nt, *best;
48 best = NULL;
60 if (!best || nt->prio < best->prio)
61 best = nt;
68 if (!best)
71 if (best != curr) {
76 dprintf("@ %llu -> %p (%s)\n", tsc, best, best->name);
77 __switch_to(best);