summaryrefslogtreecommitdiff
path: root/core/host/timer.c
Commit message (Expand)AuthorAgeFilesLines
* core: Sort header filesJeremy Bettis2022-11-221-3/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* core/host/timer.c: Format with clang-formatJack Rosenthal2022-06-291-4/+1
* test: Start host test timer near 32-bit rolloverEvan Green2021-08-021-2/+12
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-21/+0
* test: don't rely on system time for testsJett Rink2019-10-141-6/+10
* host: make get_time() test_mockableYicheng Li2019-06-271-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core/host: Fall back to udelay when task is invalidNicolas Boichat2018-06-271-1/+1
* host: add __hw_clock_source_readAlexandru M Stan2018-05-141-0/+5
* Slow down time when running unit testsVic Yang2014-10-041-3/+14
* emulator: Use udelay() for usleep() if task hasn't startedVic (Chun-Ju) Yang2014-01-211-0/+6
* Add interrupt support for emulatorVic Yang2014-01-061-2/+12
* Fix reset flags and sysjump time for emulatorVic Yang2013-07-231-1/+10
* Revert "Revert "Scale timer for emulator""Vic Yang2013-05-171-1/+11
* Revert "Scale timer for emulator"Vic Yang2013-05-161-11/+1
* Scale timer for emulatorVic Yang2013-05-141-1/+11
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+61