Commit 9922dafb authored by Frederik Gladhorn's avatar Frederik Gladhorn Committed by The Qt Project
Browse files

Use sched_yield instead of pthread_yield


sched_yield is standardized and on linux pthread_yield is implemented as sched_yield.
Building Qt for Android on OS X doesn't compile with the pthread version.

Change-Id: I1913afa83769805291e987f55b8f452299a43dce
Reviewed-by: default avatarMark Brand <mabrand@mabrand.nl>
parent 31091808
Branches
Tags
No related merge requests found
Showing with 3 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment