declare eventflag_wait

This commit is contained in:
NIIBE Yutaka
2013-06-19 16:05:37 +09:00
parent d2819d14db
commit 8447b2ba8e

View File

@@ -11,5 +11,6 @@ struct eventflag {
};
void eventflag_init (struct eventflag *ev, chopstx_t owner);
eventmask_t eventflag_wait (struct eventflag *ev);
eventmask_t eventflag_wait_timeout (struct eventflag *ev, uint32_t usec);
void eventflag_signal (struct eventflag *ev, eventmask_t m);