tree: a3c7b959ae507f4eccfc408bbe83ddee6995775b [path history] [tgz]
  1. bad-handle.cc
  2. bad-handle.h
  3. BUILD.gn
  4. ownership.cc
  5. README.md
  6. utils.cc
  7. utils.h
src/zircon/tests/futex-ownership/README.md

utest/futex-ownership

Tests used for testing the rules of futex ownership and associated priority inheritance behavior.

Notes

These tests are not part of utest/core/futex because they need to be able to launch another process, something that core tests are not permitted to do. Specifically, the futex-ownership tests need to make sure that it is not possible to assign ownership of a futex in process A to a thread from process B.