various tweaks.
This commit is contained in:
parent
c715a6127a
commit
e97ceade5e
10 changed files with 74 additions and 8 deletions
|
|
@ -88,6 +88,7 @@ int send(Channel *c, void *v);
|
|||
int sendp(Channel *c, void *v);
|
||||
int sendul(Channel *c, unsigned long v);
|
||||
int threadcreate(void (*f)(void *arg), void *arg, unsigned int stacksize);
|
||||
int threadcreateidle(void (*f)(void*), void*, unsigned int);
|
||||
void** threaddata(void);
|
||||
void threadexits(char *);
|
||||
void threadexitsall(char *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue