Skip to content

Implement a low level mutex (and condvar?) that works in Wasm Workers? #26426

@sbc100

Description

@sbc100

We need some kind of mutex to get libc++ to work correctly. See #26375.

Maybe not the full power of pthread_mutex/pthread_cond but something a that sits on top of the existing atomics+futex APIs that can be used to implement __libcpp_mutex_t and __libcpp_condvar_t.

Metadata

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