I am using SIGUSR1 with timer. After timeout Signal is emitted and it
stops the execution. But call back associated with it, is not called.

Following lines of code i am using for it......

sigemptyset(&sig_act.sa_mask);

        sig_act.sa_flags = SA_SIGINFO  ;
        sig_act.sa_sigaction = call_cb;

        if( sigaction(SIGUSR1 , &sig_act , NULL)


Please help me to resolve this issue

Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to