declare eventflag_wait
This commit is contained in:
@@ -11,5 +11,6 @@ struct eventflag {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void eventflag_init (struct eventflag *ev, chopstx_t owner);
|
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);
|
eventmask_t eventflag_wait_timeout (struct eventflag *ev, uint32_t usec);
|
||||||
void eventflag_signal (struct eventflag *ev, eventmask_t m);
|
void eventflag_signal (struct eventflag *ev, eventmask_t m);
|
||||||
|
|||||||
Reference in New Issue
Block a user