--- Gnu-Mach/kern/eventcount.h 2020/09/02 04:45:12 1.1.1.2 +++ Gnu-Mach/kern/eventcount.h 2020/09/02 04:47:25 1.1.1.3 @@ -53,7 +53,12 @@ extern void evc_init(evc_t ev), /* kernel and user visible */ extern kern_return_t evc_wait(natural_t ev_id); +extern kern_return_t evc_wait_clear(natural_t ev_id); -extern void evc_notify_abort (thread_t thread); +#if NCPUS <= 1 +void simpler_thread_setrun( + thread_t th, + boolean_t may_preempt); +#endif #endif /* _KERN_EVENTCOUNT_H_ */