[android-porting] Re: timer_create problem

2009-03-02 Thread henry.lon...@gmail.com
Hi David: It looks like the fix is still not in the main yet. I need to have the fix ASAP. Is there anyway i could get it quicker? Thanks a lot! On Feb 20, 11:43 am, henry.lon...@gmail.com henry.lon...@gmail.com wrote: Hi David: It looks like it's still not in the main yet. Can you please

[android-porting] Re: timer_create problem

2009-02-20 Thread henry.lon...@gmail.com
Hi David: It looks like it's still not in the main yet. Can you please do me a favor to send the patch to me? Thanks! On Feb 17, 1:20 am, Girish htgir...@gmail.com wrote: Hi David, Can this bug be updated in both cupcake and open source ? Can you send the quick fix for a solution

[android-porting] Re: timer_create problem

2009-02-17 Thread David Turner
On Mon, Feb 16, 2009 at 8:48 PM, henry.lon...@gmail.com henry.lon...@gmail.com wrote: That's great. I found similar problem for SIGEV_SIGNAL. Could you please let me know when the fix is released? I think I nailed that one too. All fixes are in bionic/libc/bionic/pthread-timers.c,

[android-porting] Re: timer_create problem

2009-02-17 Thread Girish
Hi David, Can this bug be updated in both cupcake and open source ? Can you send the quick fix for a solution temporarily . May be u can attach ! Regards Girish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: timer_create problem

2009-02-16 Thread David Turner
this one's for me :-) Can you send me a small compilable test program to reproduce this (it'd be much better for me since I don't know what your timer_handler function is doing there). It might be a bug in the SIGEV_THREAD timer implementation, I checked and tested it for correctness but didn't

[android-porting] Re: timer_create problem

2009-02-16 Thread David Turner
ok, I found the bug in the timer implementation, a fix is coming soon. On Mon, Feb 16, 2009 at 10:27 AM, David Turner di...@android.com wrote: this one's for me :-) Can you send me a small compilable test program to reproduce this (it'd be much better for me since I don't know what your

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
That's great. I found similar problem for SIGEV_SIGNAL. Could you please let me know when the fix is released? Thanks! On Feb 16, 1:49 am, David Turner di...@android.com wrote: ok, I found the bug in the timer implementation, a fix is coming soon. On Mon, Feb 16, 2009 at 10:27 AM, David

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
That will be great if you could also mention the source code location of the fix so that i could make sure i have the fix once you publish it. Thanks again! On Feb 16, 1:49 am, David Turner di...@android.com wrote: ok, I found the bug in the timer implementation, a fix is coming soon. On

[android-porting] Re: timer_create problem

2008-12-05 Thread pavan savoy
Hi, Where should I be looking, if I want to see support for SIGEV_THREAD. I am still trying to setup the SIGEV_SIGNAL, it seems it does work, the mistake was mine, but even then aren't they system calls, and shouldn't I be looking in the kernel for implementation ?? regards, Pavan On Thu, Dec

[android-porting] Re: timer_create problem

2008-12-05 Thread David Turner
It will appear on the open-source git server soon, but I can't give an ETA for this. otherwise, this involves modifying the C library. SIGEV_THREAD timers are not supported by the Linux kernels. Instead, the C library must implement them. In the case of Bionic, this is done with one plain pthread

[android-porting] Re: timer_create problem

2008-12-05 Thread pavan savoy
Hey thanks for the quick response.. However got the statically linked app working, So I won't be waiting on it. Thanks, Pavan On Fri, Dec 5, 2008 at 1:46 PM, David Turner [EMAIL PROTECTED] wrote: It will appear on the open-source git server soon, but I can't give an ETA for this. otherwise,