Hmmm, do you have a small and complete source file for a test that exhibit
the problem ?

timer management has been modified to properly implement SIGEV_THREAD
timers,
however SIGEV_SIGNAL ones should not be impacted.

are you sure you don't have the signal blocked ?

On Thu, Jan 22, 2009 at 2:17 PM, ravikbsh <ravik...@gmail.com> wrote:

>
> 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: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to