-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
iotlabtpe/FreeRTOS-Kernel-Granular-Lock
#2Labels
roadmapAn feature currently on the roadmapAn feature currently on the roadmap
Description
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 roadmapAn feature currently on the roadmap
Type
Projects
Status
🏗 In Progress