New empth_name() and empth_set_name()
This commit is contained in:
parent
2e5915dd09
commit
2ddeda99d0
6 changed files with 88 additions and 0 deletions
|
@ -52,6 +52,8 @@ int lwpSigWait(sigset_t *set, int *sig);
|
|||
void *lwpGetUD(struct lwpProc * p);
|
||||
void lwpSetUD(struct lwpProc * p, char *ud);
|
||||
int lwpSetPriority(int prio);
|
||||
char *lwpName(struct lwpProc * p);
|
||||
void lwpSetName(struct lwpProc * p, char *name);
|
||||
|
||||
struct lwp_rwlock *lwp_rwlock_create(char *);
|
||||
void lwp_rwlock_destroy(struct lwp_rwlock *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue