New thread library

This commit is contained in:
rsc 2004-12-25 21:56:33 +00:00
parent 7788fd5409
commit 1544f90960
70 changed files with 1041 additions and 4684 deletions

View file

@ -1,14 +0,0 @@
#define ioproc_arg(io, type) (va_arg((io)->arg, type))
struct Ioproc
{
int tid;
Channel *c, *creply;
int inuse;
long (*op)(va_list*);
va_list arg;
long ret;
char err[ERRMAX];
Ioproc *next;
};