/* * thread.h * * Created on: Apr 13, 2015 * Author: tkl */ #ifndef THREAD_H_ #define THREAD_H_ #define MAX_THREAD_COUNT 32 struct thread_list { unsigned int count; //