mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 06:31:47 +08:00
Replace _Thread_Disable_dispatch() with _Thread_Dispatch_disable(). Replace _Thread_Enable_dispatch() with _Thread_Dispatch_enable(). This is a preparation to remove the Giant lock. Update #2555.