mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 01:02:15 +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 |
||
---|---|---|
.. | ||
menu | ||
platform | ||
frontend_context.c | ||
frontend_context.h | ||
frontend_emscripten.c | ||
frontend_salamander.c | ||
frontend_salamander.h | ||
frontend_xenon.c | ||
frontend.c |