Added declaration of _MD_YIELD.

This commit is contained in:
wtc 1998-04-13 22:21:00 +00:00
Родитель 706f08ab19
Коммит 18e0173f20
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -590,6 +590,7 @@ struct _MDCPU {
extern PRStatus _MD_WAIT(struct PRThread *, PRIntervalTime timeout);
extern PRStatus _MD_WAKEUP_WAITER(struct PRThread *);
extern void _MD_YIELD(void);
extern PRStatus _MD_InitializeThread(PRThread *thread);
extern void _MD_SET_PRIORITY(struct _MDThread *thread,
PRThreadPriority newPri);