Eina: add affinity to win32 code.
authorVincent Torri <vincent.torri@gmail.com>
Thu, 25 Oct 2012 05:21:58 +0000 (05:21 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 25 Oct 2012 05:21:58 +0000 (05:21 +0000)
commite082ab0e741c49fd8fee11be94f460a001befa9e
treec0fad1b4b356ddfd3bd1bddcaf6456d33de8a6f5
parent2de9c7a47bab8e3e8743c62f72c5091ad92330d6
Eina: add affinity to win32 code.

It's not working yet:
 * eina_thread.c:152:33: error: 'index' undeclared (first use in this function)
 * eina_thread.c:295:4: warning: passing argument 3 of '_eina_thread_win32_create' from incompatible pointer type [enabled by default]

also:

 * line 142, is it normal that we call eina_list_append() with tw being NULL ?
 * is what I did in the close_thread label correct ?

SVN revision: 78416
m4/efl_threads.m4
src/lib/eina/eina_thread.c