comparison example/word_count/Func.h @ 1978:8fbe022126e1 draft

add Blocked Read files
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Thu, 13 Mar 2014 02:15:06 +0900
parents fdffcf8feeab
children c05e575da760
comparison
equal deleted inserted replaced
1977:126b28fdae50 1978:8fbe022126e1
1 enum { 1 enum {
2 #include "SysTasks.h" 2 #include "SysTasks.h"
3 BREAD_RUN_TASK_BLOCKS,
4 READ_TASK,
3 TASK_EXEC, 5 TASK_EXEC,
4 TASK_EXEC_DATA_PARALLEL, 6 TASK_EXEC_DATA_PARALLEL,
5 RUN_TASK_BLOCKS, 7 RUN_TASK_BLOCKS,
6 TASK_PRINT, 8 TASK_PRINT,
7 }; 9 };