Home
last modified time | relevance | path

Searched refs:thread_s (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/
H A Dyarn.h117 typedef struct thread_s thread;
H A Dyarn.c183 struct thread_s { struct
280 th = my_malloc(sizeof(struct thread_s)); in launch()
/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
72 static struct thread_s current_thread = THREAD_INIT; /* the current thread */
359 reindex(struct thread_s *tp) in reindex()
412 redepth(struct thread_s *thread) in redepth()
469 thread_init(struct thread_s *tp, struct message *mp, int msgCount) in thread_init()
1274 reversecmd_core(struct thread_s *tp) in reversecmd_core()