more pthread
This commit is contained in:
parent
ce2a378d46
commit
281c90a5be
8 changed files with 132 additions and 115 deletions
|
|
@ -540,6 +540,13 @@ struct ps_prochandle
|
|||
int pid;
|
||||
};
|
||||
|
||||
int sys_ps_lgetregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lgetfpregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lsetregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lsetfpregs(struct ps_prochandle*, uint, void*);
|
||||
Regs* threadregs(uint);
|
||||
int pthreaddbinit(void);
|
||||
|
||||
extern int machdebug;
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue