we've had issues with some devices running in arm mode, where they would throw spurious SIGILL on the WFE instruction used in spin locks. Since on Android Mutexes are very efficient, we just use that instead. This might fix #2197
we've had issues with some devices running in arm mode, where they would throw spurious SIGILL on the WFE instruction used in spin locks. Since on Android Mutexes are very efficient, we just use that instead. This might fix #2197