VideoLibrary

Introduction to RTOS Part 11 - Priority Inversion | DigiKey

Priority inversion is a nasty concurrency bug that occurs when a low priority thread prevents a high priority thread from running. In a sense, the priority structure has been “inverted,” as the low priority thread gets to run first.

3/1/2021 6:24:17 PM