mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
87421d477c
* pthread_key_create is used to set a destructor for every thread created through jni_thread_getenv * To grab a JNIEnv pointer - go through jni_thread_getenv * jni_thread_getenv sets pthread_setspecific for the JNIEnv pointer to bind destructor * Reuse activity->vm everywhere instead of creating local pointer copies * Don't use DetachCurrentThread outside of platform_android's (new) jni_thread_destruct function - the destructor will do this for us now |
||
---|---|---|
.. | ||
android.c | ||
rwebcam.c | ||
video4linux2.c |