Skip to content

Granular Lock for SMP #905

Open
@amazonKamath

Description

@amazonKamath

Current FreeRTOS SMP uses a single lsingle set of locks to guard all critical sections and scheduler suspension. This results in lower performance because of lock contention. This work item involves making the locking more granular by having one lock per kernel object to remove lock contention when different cores are not accessing the same kernel object.

Metadata

Metadata

Assignees

Labels

roadmapAn feature currently on the roadmap

Type

No type

Projects

Status

🏗 In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions