Searched defs:thread_s (Results 1 – 2 of 2) sorted by relevance
183 struct thread_s { struct184 pthread_t id;185 int done; /* true if this thread has exited */186 thread *next; /* for list of all launched threads */
56 struct thread_s { struct71 static struct thread_s message_array = THREAD_INIT; /* the basic message array */ argument