#include <defines.h>
Data Fields | |
thr_link * | head |
thr_link * | tail |
thr_link * | next |
Linked list structure for a thread list.
Pointer to the head link of a thread list
Referenced by funit_add_thread(), funit_clean(), funit_delete_thread(), and funit_push_threads().
Pointer to next thread link in list to use for newly added threads
Referenced by funit_add_thread(), and funit_delete_thread().
Pointer to the tail link of a thread list
Referenced by funit_add_thread(), and funit_delete_thread().