On Apr 20, 11:34 pm, nightwish <sunidwil...@gmail.com> wrote:
> Can i typecast android_thread_id_t to pthread_t?  I am creating thread
> using createThreadEtc. and using android::Mutex and android::Condition
> for synchronization. For pthread_join i need to pass pthread_t as
> parameter.

There is absolutely no reason to be calling createThreadEtc.  Your
code will break in the future.  Just use the appropriate pthread and
JNI calls.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to