sched/signal and related changes to other OS subsystems.

This commit is contained in:
Xiang Xiao
2019-01-27 09:28:59 -06:00
committed by Gregory Nutt
parent d105dc9b5e
commit fb63c0a293
34 changed files with 212 additions and 225 deletions
+4
View File
@@ -140,6 +140,10 @@ int timer_release(FAR struct posix_timer_s *timer)
(void)wd_delete(timer->pt_wdog);
/* Cancel any pending notification */
nxsig_cancel_notification(&timer->pt_work);
/* Release the timer structure */
timer_free(timer);