view TaskManager/Test/test_render/spe/ShowTime.cpp @ 362:a64a6c34868f

vacuum -sg 15
author e065746@localhost.localdomain
date Fri, 17 Jul 2009 23:02:07 +0900
parents 7a42d46cc54e
children dd2ab68e4036
line wrap: on
line source

#include "ShowTime.h"
#include "stdio.h"

SchedDefineTask(ShowTime);

int
ShowTime::run(void *rbuf, void *wbuf)
{
    /*
     * ここで show_dma_wait() を呼びたい
     */
    smanager->show_dma_wait();
    //printf("Show Time !\n");

    return 0;
}