examples/ip_pipeline: add threads
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:49 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 17:00:17 +0000 (19:00 +0200)
commitc0b668e0c6b0024c5d1d0881606a6b2b4641889d
tree467147e77e1f4dd251c6bdca8c275d055cd20c86
parentd75c371e9b46565bab99e40f74973bda73e315e1
examples/ip_pipeline: add threads

Add threads data structure and initialisation functions to run
the pipeline.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/main.c
examples/ip_pipeline/meson.build
examples/ip_pipeline/thread.c [new file with mode: 0644]
examples/ip_pipeline/thread.h [new file with mode: 0644]