examples/pipeline: add new example application
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:20:04 +0000 (11:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 16:43:10 +0000 (18:43 +0200)
commitb77f660028127061b05a8a14cc6c93becb9e73bb
treed233dc3df7ccff070c5fed2489e56595c7a3e4bd
parentd0a00966618ba31bdfa1f3c41f47e4d026d7a4bb
examples/pipeline: add new example application

Add new example application to showcase the API of the newly
introduced SWX pipeline type.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
MAINTAINERS
examples/meson.build
examples/pipeline/Makefile [new file with mode: 0644]
examples/pipeline/main.c [new file with mode: 0644]
examples/pipeline/meson.build [new file with mode: 0644]
examples/pipeline/obj.c [new file with mode: 0644]
examples/pipeline/obj.h [new file with mode: 0644]
examples/pipeline/thread.c [new file with mode: 0644]
examples/pipeline/thread.h [new file with mode: 0644]