(lwpReschedule): Internal function, move declaration from lwp.h to
lwpint.h.
This commit is contained in:
parent
4e9066c894
commit
2248c07024
2 changed files with 1 additions and 2 deletions
|
@ -84,7 +84,7 @@ typedef struct {
|
|||
void lwpAddTail(struct lwpQueue *, struct lwpProc *);
|
||||
struct lwpProc *lwpGetFirst(struct lwpQueue *);
|
||||
void lwpReady(struct lwpProc *);
|
||||
void lwpOnalarm(void);
|
||||
void lwpReschedule(void);
|
||||
|
||||
#ifdef UCONTEXT
|
||||
void lwpInitContext(struct lwpProc *, stack_t *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue