tree: a044890dd3c0f1a3b62852cfd560597cbf6e7d57 [path history] [tgz]
  1. BUILD.gn
  2. main.cpp
  3. ownership.cpp
  4. README.md
  5. utils.cpp
  6. utils.h
zircon/system/utest/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.