time_event.cタイムイベント管理モジュール [詳細]
#include "fdmp_kernel.h"
#include "check.h"
#include "class.h"
#include "time_event.h"
time_event.cのインクルード依存関係図
ソースコードを見る。
説明
タイムイベント管理モジュール
MP化による変更
time_event.c で定義されています。
マクロ定義
#define LCHILD |
( |
index |
|
) |
((index) << 1) |
|
#define PARENT |
( |
index |
|
) |
((index) >> 1) |
|
#define TMEVT_NODE |
( |
ccb, |
|
|
index |
|
) |
((ccb->p_tmevt_heap)[(index) - 1]) |
|
関数
Inline void tmevtb_delete_top |
( |
|
) |
|
|
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Mon Apr 3 23:49:19 2006 に Doxygen によって生成されました。
|
|