incubator-nuttx/sched/wdog
Gregory Nutt 3adcae8ffb Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -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 Add support for statically allocated watchdog timer structures 2014-08-22 08:46:34 -06:00
wd_create.c Fix an important bug in the watchdog creation logic 2014-11-10 18:15:26 -06:00
wd_delete.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
wd_gettime.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
wd_initialize.c Add support for statically allocated watchdog timer structures 2014-08-22 08:46:34 -06:00
wd_recover.c 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_start.c Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
wdog.h 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