Changeset cf26ba9 in mainline for generic/src/time
- Timestamp:
- 2006-05-01T12:24:32Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- Location:
- generic/src/time
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/time/clock.c
rea199e5 rcf26ba9 27 27 */ 28 28 29 /** 30 * @file clock.c 31 * @brief High-level clock interrupt handler. 32 * 33 * This file contains the clock() function which is the source 34 * of preemption. It is also responsible for executing expired 35 * timeouts. 36 */ 37 29 38 #include <time/clock.h> 30 39 #include <time/timeout.h> -
generic/src/time/delay.c
rea199e5 rcf26ba9 27 27 */ 28 28 29 /** 30 * @file delay.c 31 * @brief Active delay function. 32 */ 33 29 34 #include <time/delay.h> 30 35 #include <arch/types.h> -
generic/src/time/timeout.c
rea199e5 rcf26ba9 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** 30 * @file timeout.c 31 * @brief Timeout management functions. 27 32 */ 28 33
Note:
See TracChangeset
for help on using the changeset viewer.
