Skip to content

Support pthread scheduling functions for WASM #2754

Open
@iddm

Description

@iddm

According to emscripten, the pthread is supported.
I quickly went through the documentation and found many things out of it implemented but also a few things which aren't there, for example:

  • pthread_setschedparam
  • pthread_getschedparam

And a few others.

Is there any reason those aren't added? Maybe these, in particular, aren't supported for wasm and emscripten? Can I add those if those are supported?
P.S. Asking mainly due to the support of wasm has been asked for in the thread-priority crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-API-requestCategory: API requestE-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions