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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dfakethr.h26 perl_os_thread next_run, prev_run; /* Linked list of runnable threads */ member in struct:thread_intern
35 (t)->i.next_run = (t)->i.prev_run = (t); \
H A Dutil.c2880 thr = thr->i.next_run;
2899 t->i.next_run = thr->i.next_run;
2900 thr->i.next_run->i.prev_run = t;
2902 thr->i.next_run = t;
2918 t->i.next_run = thr->i.next_run;
2919 thr->i.next_run->i.prev_run = t;
2921 thr->i.next_run = t;
2935 if (thr->i.next_run
[all...]

Completed in 271 milliseconds