mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 15:38:53 +08:00
Add and use _Objects_Put_without_thread_dispatch(). These two functions pair with the _Objects_Get() function. This helps to introduce object specific SMP locks to avoid lock contention.