GadgetSeed  0.9.6
waitqueue.c ファイル

待ちタスク制御 [詳解]

#include "waitqueue.h"
#include "queue_opration.h"
#include "dkprintf.h"
waitqueue.c の依存先関係図:

[ソースコード]

関数

void waitqueue_add (struct st_tcb *tcb)
 
struct st_tcbwaitqueue_wakeup (struct st_tcb *tcb)
 

変数

struct st_queue wait_queue_head
 待ちタスクキュー
 

詳解

待ちタスク制御

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

日付
2011.04.03
著者
Takashi SHUDO

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