Searched refs:sys_thread (Results 1 – 2 of 2) sorted by relevance
55 struct sys_thread;56 typedef struct sys_thread * sys_thread_t;
66 static struct sys_thread *threads = NULL;91 struct sys_thread { struct92 struct sys_thread *next; argument109 static struct sys_thread * argument112 struct sys_thread *thread; in introduce_thread()114 thread = (struct sys_thread *)malloc(sizeof(struct sys_thread)); in introduce_thread()132 struct sys_thread *st = NULL; in sys_thread_new()