On Apr 20, 11:34 pm, nightwish <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
