more pthread
This commit is contained in:
parent
ce2a378d46
commit
281c90a5be
8 changed files with 132 additions and 115 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue