This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from e48d5d8271 add for support cmake with netdev_notify_recvcpu.c
new 5e8ce0b9f0 work queue:fix work_cancel_sync can not cancel the work
which call work_queue in handler
new 04e746967a wqueue: remove unused work_foreach() API
new f5095d781b wqueue: handle work_cancel() called in irq mode or idle
thread
new ce2ad51b3a wqueue: expose wqueue API for customization
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/wqueue.h | 97 +++++++++++++++++++++---------
sched/wqueue/kwork_cancel.c | 89 ++++++++++------------------
sched/wqueue/kwork_queue.c | 119 ++++++++++++++++++-------------------
sched/wqueue/kwork_thread.c | 141 ++++++++++++++++++++++++++++++++------------
sched/wqueue/wqueue.h | 37 +++++++++++-
5 files changed, 293 insertions(+), 190 deletions(-)