Skip to content

Need non-rescheduling variant of send() with new-runtime pipes for extra::sync. #8214

Closed
@bblum

Description

@bblum

The concurrency primitives in extra::sync are implemented with an exclusive that has pipes inside. They are very careful never to recv while holding the exclusive's pthread mutex, but they need to be able to send for correctness. New runtime pipes don't yet have a non-rescheduling send variant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-concurrencyArea: ConcurrencyA-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions