more pthread

This commit is contained in:
rsc 2005-02-11 00:01:49 +00:00
parent ce2a378d46
commit 281c90a5be
8 changed files with 132 additions and 115 deletions

View file

@ -132,7 +132,10 @@ struct Store
String* string;
List* l;
Node* cc;
char* reg;
struct {
char *name;
uint thread;
} reg;
Node* con;
} u;
};
@ -258,6 +261,7 @@ String* strnode(char*);
String* strnodlen(char*, int);
#define system acidsystem
char* system(void);
Regs* threadregs(uint);
int trlist(Map*, Regs*, ulong, ulong, Symbol*, int);
void unwind(void);
void userinit(void);