Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use sched_yield on linux and freebsd #14205

Closed
wants to merge 1 commit into from
Closed

use sched_yield on linux and freebsd #14205

wants to merge 1 commit into from

Commits on May 14, 2014

  1. use sched_yield on linux and freebsd

    pthread_yield is non-standard, while sched_yield is POSIX
    
    The Linux documentation recommends using the standard function. This is
    the only feature we're currently using that's present in glibc but not
    in musl.
    thestinger committed May 14, 2014
    Configuration menu
    Copy the full SHA
    a2fcb4a View commit details
    Browse the repository at this point in the history