skyline/app
PixelyIon 962d8dc4c8 Return immediately for non-joining KProcess::Kills when already killed
Locking `KProcess::threadMutex` when a process is being killed by another thread with `join` can lead to the non-joining killer effectively joining as it's waiting on the joining killer to relinquish the mutex. This has been fixed by having an atomic boolean tracking if the process has already been killed and if it has, immediately returning prior to locking the mutex for any non-joining killers.
2021-10-31 15:45:10 +05:30
..
libraries Improve Clean Exit + Audio Pausing + Improve System Language Setting 2021-10-26 10:46:36 +05:30
src/main Return immediately for non-joining KProcess::Kills when already killed 2021-10-31 15:45:10 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update NDK to 23.1.7779620 2021-10-26 10:46:36 +05:30
CMakeLists.txt Silence errors from libraries 2021-10-26 20:08:18 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30