summaryrefslogtreecommitdiff
path: root/core/host/task.c
Commit message (Expand)AuthorAgeFilesLines
* usbc: fix flaky testsJett Rink2019-10-101-0/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core/host/task: Add OS sleeps instead of busy-loopingNicolas Boichat2019-05-241-2/+22
* core/host: Fix __prog_name and make task struct const.Allen Webb2018-11-091-2/+2
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-2/+13
* core/host/task: Fix task_set_eventNicolas Boichat2018-06-271-4/+4
* core/host: Fall back to udelay when task is invalidNicolas Boichat2018-06-271-1/+2
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+3
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-301-4/+1
* emulator: Fix handling of early IRQs.Aseda Aboagye2015-07-171-4/+8
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-15/+66
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-0/+28
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+3
* emulator: Move trace dump to a separate moduleVic (Chun-Ju) Yang2014-01-221-84/+16
* Use pthread_equal() to compare thread IDVic (Chun-Ju) Yang2014-01-111-1/+1
* emulator: Guard interrupt status with mutex lockVic (Chun-Ju) Yang2014-01-081-2/+8
* Dump stack trace on emulator test failureVic (Chun-Ju) Yang2014-01-081-4/+93
* Process emulator UART events in interrupt contextVic (Chun-Ju) Yang2014-01-061-0/+9
* Add interrupt support for emulatorVic Yang2014-01-061-20/+159
* Implement emulator clock fast-forwardingVic Yang2013-09-041-2/+34
* Put test utility macros in headerVic Yang2013-05-081-3/+1
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-1/+1
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+208