|
GadgetSeed
0.9.6
|
イベントキュー操作 [詳解]
#include "event.h"

関数 | |
| void | init_eventqueue (void) |
| void | _eventqueue_wait (struct st_event *evtque, struct st_tcb *tcb) |
| タスクをイベント待ちキューに登録する | |
| struct st_tcb * | _eventqueue_wakeup (struct st_event *evtque) |
| イベント待ちタスクを返す | |
変数 | |
| struct st_event | event_queue_list |