comparison TaskManager/Cell/SpeThreads.h @ 801:974cd68383b3

TaslListInfo
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 22 May 2010 18:20:16 +0900
parents 31d0a5baafdf
children 4e8fc627ed33
comparison
equal deleted inserted replaced
800:2708c4a7bade 801:974cd68383b3
31 /* variables */ 31 /* variables */
32 spe_program_handle_t *spe_handle; 32 spe_program_handle_t *spe_handle;
33 spe_context_ptr_t *spe_ctx; 33 spe_context_ptr_t *spe_ctx;
34 pthread_t *threads; 34 pthread_t *threads;
35 thread_arg_t *args; 35 thread_arg_t *args;
36 int spe_num; 36 int cpu_num;
37 }; 37 };
38 38
39 #endif 39 #endif