Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Lock taken in scheduler #38

@4e554c4c

Description

@4e554c4c

When a thread goes out of scope some of it's resources are cleaned up. For example the Stack is returned to the pmm. However this requires for the MemoryController lock to be taken. We should not take any locks in the scheduler. So thread cleanup should be put into a worker thread or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions