godot/platform/android
Pedro J. Estébanez 99fe462452 Modernize Thread
- Based on C++11's `thread` and `thread_local`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed (except for the few cases of non-portable functions)
- Simpler for `NO_THREADS`
- Thread ids are now the same across platforms (main is 1; others follow)
2021-01-29 12:02:13 +01:00
..
api Modernize Thread 2021-01-29 12:02:13 +01:00
export Modernize Thread 2021-01-29 12:02:13 +01:00
java CI: Update to clang-format 11 and apply ternary operator changes 2021-01-12 19:32:53 +01:00
plugin [Plugins] Rename 'PluginConfig' struct to platform specific name 2021-01-15 17:54:35 +03:00
vulkan Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
android_keys_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
android_keys_utils.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_driver_jandroid.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
audio_driver_jandroid.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_driver_opensl.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
audio_driver_opensl.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py Don't handle BaseException in build scripts 2020-12-12 10:05:42 +00:00
dir_access_jandroid.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
dir_access_jandroid.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server_android.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
display_server_android.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_android.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
file_access_android.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
java_class_wrapper.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
java_godot_io_wrapper.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
java_godot_io_wrapper.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
java_godot_lib_jni.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
java_godot_lib_jni.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
java_godot_view_wrapper.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
java_godot_view_wrapper.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
java_godot_wrapper.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
java_godot_wrapper.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jni_utils.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
jni_utils.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
net_socket_android.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
net_socket_android.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
os_android.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
os_android.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
string_android.h Modernize Thread 2021-01-29 12:02:13 +01:00
thread_jandroid.cpp Modernize Thread 2021-01-29 12:02:13 +01:00
thread_jandroid.h Modernize Thread 2021-01-29 12:02:13 +01:00