nuttx/sched
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
..
clock sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
environ sched: fix visual studio Compiler Warning (level 4) C4706 2022-08-17 18:33:44 +08:00
group sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
init sched: Remove volatile from the task list 2022-08-31 08:50:57 +09:00
irq sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
paging sched: Remove the unnecessary "FAR dq_queue_t *" cast 2022-08-31 08:50:57 +09:00
pthread sched: Remove the unnecessary "FAR dq_queue_t *" cast 2022-08-31 08:50:57 +09:00
sched sched: Remove the unnecessary "FAR dq_queue_t *" cast 2022-08-31 08:50:57 +09:00
semaphore sched/semaphore: add sem_count temporary variable to improve performance 2022-08-31 20:34:30 +08:00
signal sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
task sched: Remove the unnecessary "FAR dq_queue_t *" cast 2022-08-31 08:50:57 +09:00
timer sched: Remove the unnecessary weak_function 2022-08-30 09:42:24 +02:00
tls Fix typos 2022-08-07 23:33:19 +08:00
wdog sched/wdog: Change the return type of wd_gettime from int to sclock_t 2022-05-19 23:21:54 +03:00
wqueue sched/wqueue: fix visual studio Compiler Error C2059 2022-09-03 23:31:04 +08:00
Kconfig sched: Simplify the cpuload process 2022-08-18 22:11:29 +03:00
Makefile sched/tls: Add tls_init_info and tls_dup_info 2022-06-03 23:56:50 +03:00