Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix compilation error with Android NDK
pthread_yield is not implemented on Android NDK. Using sched_yield instead
- Loading branch information