incubator-nuttx/sched/wdog
Dimitry Kloper b48ca00cd5 The delay parameter has 'int' type while explicit int32_t is used in sigtimedwait() (sig_timedwait.c) This can lead to wrong argument for systems that have default int size different than int32 (namely AVR). 2016-01-05 07:58:04 -06:00
..
Make.defs Sempahores: Add logic to clean up after task_delete() or pthread_cancel() if the task happens to be waiting on a semaphore when it is cancelled 2014-12-13 12:02:25 -06:00
wd_cancel.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
wd_create.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
wd_delete.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
wd_gettime.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
wd_initialize.c sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
wd_recover.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
wd_start.c The delay parameter has 'int' type while explicit int32_t is used in sigtimedwait() (sig_timedwait.c) This can lead to wrong argument for systems that have default int size different than int32 (namely AVR). 2016-01-05 07:58:04 -06:00
wdog.h Standardize the width of all comment boxes in header files 2015-10-02 17:48:24 -06:00