Description If the current thread is not attached to the given virtual machine instance, sets *penv to NULL, and returns JNI_EDETACHED. If the specified interface is not supported, sets *penv to NULL, and returns JNI_EVERSION. Otherwise, sets *env to the appropriate interface, and returns JNI_OK.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
--
One thing to note with pthread_key_create: I'm not sure when the the
destructor funcion is supposed to be called. It is not called at all
within the application. Or when I exit.