commit | b0d9ea13085d69364d45b4d9f82416614f51a989 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Jul 23 13:55:46 2020 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 15 07:16:51 2021 -0500 |
tree | 913e03a00af621067e4d6dfdf260897b23a37d42 | |
parent | dde03c67709a0ed4b84d4892ca05361716b75c80 [diff] |
sys: eventfd: Add locking to eventfd_read/write functions The fdtable infrastructure provides a possibility to prevent concurrent access to file descriptor. Use that functionality in eventfd API. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>