#include <defines.h>
Data Fields | |
| thr_link * | head |
| thr_link * | tail |
| thr_link * | next |
|
|
Pointer to the head link of a thread list |
|
|
Pointer to next thread link in list to use for newly added threads |
|
|
Pointer to the tail link of a thread list |
1.3.4