Re: [android-kernel] Threading in C languge

2009-12-22 Thread karthik poduval
Hi Tarek, You can use the pthread api to create multi threaded applications. The bionic libc supports most of the pthread api (except for on of the api's that is used to kill a thread probably pthread_kill non remembering the exact name, I know this because one of my friend faced this issue). Th

[android-kernel] Re: Bionic libc and BSD libc

2009-12-22 Thread mundou
For C++ STL support you can try NDK Wrapper:) mundou On 12月20日, 下午4时58分, staalmannen wrote: > Hi List > > This is a somewhat philosophical question since I do not know exactly > how these things work. As far as I have understood it, Bionic libc is > largely based on BSD libc with some modificati