3 messages in com.googlegroups.android-internalsRe: [android-internals] seems android...
FromSent OnAttachments
chenwayne21 Jan 2008 08:25 
Diluka Moratuwage21 Jan 2008 08:41 
Digit21 Jan 2008 10:35 
Subject:Re: [android-internals] seems android no pthread support
From:Digit (digi@gmail.com)
Date:01/21/2008 10:35:05 AM
List:com.googlegroups.android-internals

all pthread operations (with a few exceptions) are included in the Android C library.this is why there is no libpthread.so and no librt.so

On Jan 21, 2008 8:26 AM, chenwayne <dato@gmail.com> wrote:

hi, i looked into /system/lib folder and couldn't see the libpthread. it seems that android has no pthread library support. what shall i do if i need a multi-thread operation in native c/c++ ? any advices ?

best regards, chenwayne.