summaryrefslogtreecommitdiff
path: root/core/host/task.c
Commit message (Expand)AuthorAgeFilesLines
* 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