Skip to content

Windows: use native thread API instead of pthread #403

Open
@vtorri

Description

On Windows, mingw project provides winpthread forPOSIX thread interface. But according to the devs:

  • winpthread was written for the Windows port of gcc
  • winpthread is slower than native API (because of all the code needed to have a POSIX interface).

would it be possible to have such implementation (supported versions of Windows : >= Vista, as for example, conditions are implemented since Vista) ?

thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions