px4-firmware/platforms/common/px4_work_queue
Ville Juven d83b9f3c38 WorkItemSingleShot: Disable priority inheritance for signaling semaphore
WorkItemSingleShot::_sem is a signaling semaphore, disable PI for it.

Set CONFIG_DEBUG_ASSERTIONS=y and the kernel panics due to the semaphore
having no holder, disabling PI fixes this.
2023-10-17 10:08:25 -04:00
..
test
CMakeLists.txt
ScheduledWorkItem.cpp
WorkItem.cpp
WorkItemSingleShot.cpp WorkItemSingleShot: Disable priority inheritance for signaling semaphore 2023-10-17 10:08:25 -04:00
WorkQueue.cpp
WorkQueueManager.cpp fix WorkQueueManager: wait until running to prevent race conditions 2023-05-31 07:45:20 +02:00