summaryrefslogtreecommitdiff
path: root/core/host/task.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-10/+9
* core: Sort header filesJeremy Bettis2022-11-221-9/+10
* core/host/task.c: Fix typo in commentBobby Casey2022-10-141-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* core/host/task.c: Format with clang-formatJack Rosenthal2022-06-291-15/+9
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-2/+1
* ec: Exclude flaky lines from test coverageJeremy Bettis2022-04-051-0/+4
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* task: Use bool for truthy return typesTom Hughes2021-11-091-6/+6
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+5
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-4/+2
* Zephyr: add more compliant implementation for irq_(un)lockYuval Peress2020-11-081-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+4
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-0/+3
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* host: Add basic taskinfo console commandCraig Hesling2020-02-051-0/+22
* 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