summaryrefslogtreecommitdiff
path: root/test/mutex.c
Commit message (Expand)AuthorAgeFilesLines
* test: Sort header filesJeremy Bettis2022-11-301-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-2/+2
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test/mutex.c: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+2
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Add interrupt support for emulatorVic Yang2014-01-061-0/+1
* Move pseudo random number generator to commonVic (Chun-Ju) Yang2013-12-271-6/+0
* Make target for test coverage report generationVic Yang2013-06-161-1/+2
* Put test utility macros in headerVic Yang2013-05-081-8/+0
* Speed up mutex and kb_scan testVic Yang2013-05-081-2/+2
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-1/+6
* Fix mutex testVic Yang2013-04-111-16/+27
* Change task messages to eventsRandall Spangler2012-04-061-10/+10
* mutex: add unit testingVincent Palatin2012-01-251-0/+112