Addition of global configuration section

Definition of the number of polling threads

Implementation of multiple polling threads
This commit is contained in:
Mark Riddoch
2013-06-25 12:02:39 +02:00
parent 0227c4afff
commit 2ae40546f9
10 changed files with 185 additions and 13 deletions

View File

@ -22,4 +22,7 @@
#define THREAD pthread_t
#define THREAD_SHELF pthread_self
extern void *thread_start(void (*entry)());
extern void thread_wait(void *thd);
#endif