GadgetSeed
0.9.6
|
タイムアウト待ちタスクキューの操作 [詳解]
#include "sleepqueue.h"
#include "calltrace.h"
#include "timer.h"
#include "tkprintf.h"
#include "task_opration.h"
#include "queue_opration.h"
#include "dkprintf.h"
関数 | |
void | sleepqueue_add (struct st_tcb *tcb, unsigned int sleep_time, unsigned int now_time) |
struct st_tcb * | sleepqueue_schedule (unsigned long long now_time) |
変数 | |
struct tcb_queue | timeout_wait_queue_head |
タイムアウト待ちタスクキュー | |