comparison example/many_task/spe/spe-main.cc @ 354:81b25e5d5379

add example/get_segment and change spe/DrawSpan.cpp
author koba
date Wed, 15 Jul 2009 17:39:51 +0900
parents 5c194c71eca8
children 44c0bce54dcf
comparison
equal deleted inserted replaced
284:6ceb40aec7fb 354:81b25e5d5379
5 5
6 /** 6 /**
7 * この関数は SpeScheduler から呼ばれるので 7 * この関数は SpeScheduler から呼ばれるので
8 * 必ずこの関数名でお願いします。 8 * 必ずこの関数名でお願いします。
9 */ 9 */
10
11 static void
12 spe_debug()
13 {
14 }
15
10 void 16 void
11 task_init(void) 17 task_init(void)
12 { 18 {
19 spe_debug();
13 SchedRegisterTask(QUICK_SORT, QuickSort); 20 SchedRegisterTask(QUICK_SORT, QuickSort);
14 } 21 }