I am trying to port timer APIs to Zoom2 running android. I see that,
when i call timer_create, it returns 0 (meaning success). Then the
callback never gets called. Following is the code snippet,
sigev.sigev_notify = SIGEV_SIGNAL;
sigev.sigev_signo = signo;
sigev.sigev_value.sival_ptr = timerid;
sigev.sigev_value.sival_int = timer;
timer_create(CLOCK_REALTIME, &sigev, timerid);
If this can help, the same code works on Zoom1. Also I have tried with
SIGEV_NONE with the same result.
It this broken in the recent release?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---