px4-firmware/platforms/common/work_queue
Ville Juven 59e86c490d Remove include <log.h> from defines.h
The reason for this is that log.h includes drv_hrt.h which sucks in
half the project's include files with it, which causes strange build
issues
2022-09-29 07:56:24 +02:00
..
wqueue_test src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
CMakeLists.txt
dq_addlast.c
dq_rem.c
dq_remfirst.c
hrt_queue.c posix: HRT hrt_lock() sem_wait try again if error returned 2022-04-12 12:46:29 -04:00
hrt_thread.c posix: HRT hrt_lock() sem_wait try again if error returned 2022-04-12 12:46:29 -04:00
hrt_work_cancel.c posix: HRT hrt_lock() sem_wait try again if error returned 2022-04-12 12:46:29 -04:00
queue.c clang-tidy: partially fix readability-redundant-declaration 2019-10-28 10:50:31 -04:00
sq_addafter.c
sq_addlast.c
sq_remfirst.c
work_cancel.c src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
work_lock.c src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
work_lock.h
work_queue.c src/platforms: move all headers to platforms/common/include/px4_platform_common 2019-10-30 11:48:47 +01:00
work_thread.c Remove include <log.h> from defines.h 2022-09-29 07:56:24 +02:00