Mathieu SCHROETER a écrit :
>
> If you uncomment the lines 52 and 53. Then timer1 is created
> before ecore_main_loop_begin (); and in this case, after 5 seconds
> in this example, the timer2 is created too.. and the output is :
>
Sorry, in the attached file the lines are alre
n't understand the bugs.
And if I put de main_loop_begin in the pthread, it is just because I
use Ecore in a library.
Regards,
Mathieu SCHROETER
#include
#include
#include
#include
#include
Ecore_Timer *timer1 = NULL;
Ecore_Timer *timer2 = NULL;
int
timer1_tick (void *data) {