Skip to content

Implement SleeperList without locks #6838

Closed
@brson

Description

@brson

This is a data structure that tracks sleeping schedulers, currently a stack behind a mutex. It needs to be implemented without locks. It can be bounded by some constant, MAX_SCHEDULERS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-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