nuttx/sched/wqueue
chao an 1b9c013dad sched/wqueue: fix visual studio Compiler Error C2059
Designated initializers are a C99 (or newer) feature, and Visual Studio doesn't (part) support C99 (or newer).

D:\code\incubator-nuttx\sched\wqueue\kwork_thread.c(94,50): error C2059: syntax error : ','

Reference:
https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-160#c-standard-library-features-1
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2059?view=msvc-170

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-03 23:31:04 +08:00
..
kwork_cancel.c work_queue: schedule the work queue using the timer mechanism 2021-07-27 21:01:38 -07:00
kwork_inherit.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
kwork_notifier.c sched/wqueue: Change the return type of work_notifier_teardown to void 2022-05-14 00:35:29 +03:00
kwork_queue.c wqueue: fix NO leave_critical_section() when only CONFIG_SCHED_HPWORK 2021-12-23 02:27:34 -06:00
kwork_thread.c sched/wqueue: fix visual studio Compiler Error C2059 2022-09-03 23:31:04 +08:00
Make.defs work_queue: schedule the work queue using the timer mechanism 2021-07-27 21:01:38 -07:00
wqueue.h workqueue: add work_foreach support 2022-03-29 18:03:08 +08:00