FreeRTOS-Kernel
FreeRTOS-Kernel copied to clipboard
Granular Lock for SMP
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.
@amazonKamath @aggarg I can't assign this issue to myself. I think I'll need collaborator access to be able to do that (cc @sudeep-mohanty in case you need to assign FreeRTOS kernel issues as well).
Note: I'm already working on this issue.