Home
last modified time | relevance | path

Searched defs:thread_s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/
H A Dyarn.c183 struct thread_s { struct
184 pthread_t id;
185 int done; /* true if this thread has exited */
186 thread *next; /* for list of all launched threads */
/netbsd-src/usr.bin/mail/
H A Dthread.c56 struct thread_s { struct
71 static struct thread_s message_array = THREAD_INIT; /* the basic message array */ argument