nuttx/sched/wqueue
Gregory Nutt 6309165fe0 tools/nxstyle.c: Add automatic detection of line width based on examining
the width of all block comments. Includes a check to assure that all block
comments use the same line width.

Verified against all .c files under /sched.  There were a few cosmetic changes to the coding style under /sched to account to new, correctly detected problems in the /sched files.
2020-01-12 13:07:54 -03:00
..
kwork_cancel.c
kwork_hpthread.c
kwork_inherit.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
kwork_lpthread.c tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
kwork_notifier.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
kwork_process.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
kwork_queue.c
kwork_signal.c
Make.defs sched/wqueue: Notifier design cleanup. The original concept used pre-allocated notification data structures. However, the notification dat must persist for an indeterminate amount of time. So the design was modified to use dynamically allocted data structures. This commit simplifies the design by removed some residual 'machinery' that is no longer needed. 2018-09-10 06:29:51 -06:00
wqueue.h sched/wqueue: Notifier design cleanup. The original concept used pre-allocated notification data structures. However, the notification dat must persist for an indeterminate amount of time. So the design was modified to use dynamically allocted data structures. This commit simplifies the design by removed some residual 'machinery' that is no longer needed. 2018-09-10 06:29:51 -06:00