sof/tools/testbench
Tomasz Lauda 3afc474518 task: add complete callback
Adds complete callback to task. Some EDF tasks will need to have
additional callback on task completion, which will be executed
in critical section along the setting task state to complete.
Doing it during regular execution is not enough, because it's done
on passive level and we want to avoid any race condition.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-10-01 11:24:40 +02:00
..
include/testbench schedule: support dynamic scheduler creation 2019-09-11 16:24:00 +02:00
CMakeLists.txt schedule: support dynamic scheduler creation 2019-09-11 16:24:00 +02:00
alloc.c sof: move headers to dedicated directories 2019-07-18 16:00:24 +02:00
common_test.c schedule: support dynamic scheduler creation 2019-09-11 16:24:00 +02:00
edf_schedule.c task: rename func to run 2019-10-01 11:24:40 +02:00
file.c spinlock: replace spin_lock_* with irq_local_* 2019-08-07 14:22:52 +02:00
ipc.c sof: move headers to dedicated directories 2019-07-18 16:00:24 +02:00
panic.c sof: move headers to dedicated directories 2019-07-18 16:00:24 +02:00
schedule.c task: add complete callback 2019-10-01 11:24:40 +02:00
testbench.c Tools: Test: Updates for testbench to match other changes in SOF 2019-09-18 20:50:50 +02:00
timer.c timer: change id values 2019-08-06 18:59:27 +01:00
topology.c testbench: Support reuse of topology parser 2019-08-07 08:47:58 +02:00
trace.c dai: rename soundwire to alh 2019-09-05 15:49:46 +02:00