Hi Rakesh,

Android platform support  posix thread api limitally.
( 
http://blogfiles12.naver.net/20090728_91/invain_1248769404396_kpQWX0_PNG/android-pthread-api-list.PNG
)

In summary,
Android's posix  compatible api don't support below list that POSIX
1003.1j-2000 specified.
1. pthread_rwlock_***
2. pthread_rwlockattr_***
3. pthread_barrior_***
4. pthread_barrior_attr_***
5. pthread_spin_***

Hope it helps.

Thks,
GeunSik Lim.

On 7월28일, 오후3시08분, Rakesh Kumar <[email protected]> wrote:
> Hi,
>     I want t use pthread raead/write lock functions like
> "pthread_rwlock_rdlock" , "pthread_rwlock_destroy" etc in my code. But
> android pthread lib does not support them, in my view. Please tell me is
> there any alternative to this or not?
>
> Thanks
> Rakesh

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

Reply via email to