summaryrefslogtreecommitdiff
path: root/bsd_eth_drivers/libbsdport/rtems_callout.c (follow)
AgeCommit message (Collapse)Author
2009-08-062009-08-06 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann
* libbsdport/rtems_callout.c: fixed possible race condition. callout_stop() must check again from critical/protected section of code if callout is still on the list/active. Otherwise, the callout-task could have executed and removed the callout between callout_stop() checking the p_prev pointer and entering the critical section.
2009-04-23 - callout_stop() and callout_reset() actually must return an 'int' valueTill Straumann
indicating whether a callout was pending. - added callout_active(), callout_pending(), callout_deactivate().
2009-02-19Initial import.initialJoel Sherrill