GadgetSeed  0.9.6
sleepqueue.c ファイル

タイムアウト待ちタスクキューの操作 [詳解]

#include "sleepqueue.h"
#include "calltrace.h"
#include "timer.h"
#include "tkprintf.h"
#include "task_opration.h"
#include "queue_opration.h"
#include "dkprintf.h"
sleepqueue.c の依存先関係図:

[ソースコード]

関数

void sleepqueue_add (struct st_tcb *tcb, unsigned int sleep_time, unsigned int now_time)
 
struct st_tcbsleepqueue_schedule (unsigned long long now_time)
 

変数

struct tcb_queue timeout_wait_queue_head
 タイムアウト待ちタスクキュー
 

詳解

タイムアウト待ちタスクキューの操作

GadgetSeed のタスク時間制御

これらの関数は非タスク状態からコールされる

日付
2011.03.17
著者
Takashi SHUDO

sleepqueue.c に定義があります。