px4-firmware/platforms/common/px4_work_queue
Beat Küng fe1b726b62 ScheduledWorkItem: do not call ScheduleClear() if not init in destructor
This avoids that unit tests trying to access a wq hang.
It still fails with an error currently.
2021-12-24 20:06:13 -05:00
..
test WorkItem modules: Run() shouldn't be public 2020-01-22 12:03:03 -05:00
CMakeLists.txt selectively increase optimization -Os -> -O2 2020-06-04 20:59:52 -04:00
ScheduledWorkItem.cpp ScheduledWorkItem: do not call ScheduleClear() if not init in destructor 2021-12-24 20:06:13 -05:00
WorkItem.cpp px4_work_queue: adjust status formatting to accommodate longer names (eg mc_autotune_attitude_control) 2021-10-05 18:09:00 -04:00
WorkItemSingleShot.cpp px4_work_queue: add WorkItemSingleShot 2020-03-17 23:31:17 -04:00
WorkQueue.cpp Fix memory corruption when work queue is being deleted 2021-08-27 10:43:45 +02:00
WorkQueueManager.cpp WorkQueueManager: explicitly convert PTHREAD_STACK_MIN to int 2021-12-22 08:47:33 -05:00