nuttx/sched/wqueue
dulibo1 5e8ce0b9f0 work queue:fix work_cancel_sync can not cancel the work which call work_queue in handler
1.work_queue a work which call work_queue again
2.work_cancel_sync the work
3.the work is just calling in workthread
4.work_queue the work again,and post the work_cancel_sync wakeup
5.the work is not canceled

Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
2024-08-30 01:52:22 +08:00
..
CMakeLists.txt
kwork_cancel.c Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00
kwork_inherit.c Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00
kwork_notifier.c
kwork_queue.c work queue:fix work_cancel_sync can not cancel the work which call work_queue in handler 2024-08-30 01:52:22 +08:00
kwork_thread.c convert pointer string to number in base 16 2024-08-14 22:36:57 +08:00
Make.defs
wqueue.h Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00