commit | 0be812717dc70dc573fbcd65c5d44947e9ef047c | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Apr 22 18:28:48 2020 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Apr 28 09:57:41 2020 +0300 |
tree | d78db2ade6e84d37d9ce217265de17a3ea75b50f | |
parent | ca872a44c1c739431dfa2b6204e9a75aa84a8cd1 [diff] |
samples: posix: eventfd: Sample application for eventfd() call. Roughly based on eventfd example code from Linux manpages. Similarly to other POSIX-compatible sample, Makefile.posix is provided to build the code on a POSIX system (in this case, as eventfd() is Linux-specific, this has to be a Linux system). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>