diff options
| author | rsc <devnull@localhost> | 2004-09-21 01:11:28 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-09-21 01:11:28 +0000 |
| commit | c6687d4591964cb13df87f55ec4770e778a4a55c (patch) | |
| tree | ee669a419904e929ae8ae54fd04c2bb41b5a57b1 /src/libthread/threadimpl.h | |
| parent | 3d5e34e146b5ba5c973230abb624ce9126024569 (diff) | |
Continue the pthreads torture.
Diffstat (limited to 'src/libthread/threadimpl.h')
| -rw-r--r-- | src/libthread/threadimpl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index d6a23905..fea309d9 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -167,8 +167,7 @@ struct Ioproc Ioproc *next; }; -void _gotolabel(Label*); -int _setlabel(Label*); +void _swaplabel(Label*, Label*); void _freeproc(Proc*); Proc* _newproc(void(*)(void*), void*, uint, char*, int, int); int _procsplhi(void); @@ -178,7 +177,7 @@ int _schedexec(Execargs*); void _schedexecwait(void); void _schedexit(Proc*); int _schedfork(Proc*); -void _schedinit(void*); +void _scheduler(void*); void _systhreadinit(void); void _threadassert(char*); void __threaddebug(ulong, char*, ...); |