template <typename LockType>
class BrwLockTest
Defined at line 30 of file ../../zircon/kernel/tests/brwlock_tests.cc
Use a helper class for running tests so that worker threads and main thread all
have easy access to shared state.
Public Methods
void BrwLockTest<LockType> ()
Defined at line 32 of file ../../zircon/kernel/tests/brwlock_tests.cc
void ~BrwLockTest<LockType> ()
Defined at line 33 of file ../../zircon/kernel/tests/brwlock_tests.cc
template <unsigned int readers, unsigned int writers, unsigned int upgraders>
bool RunTest ()
Defined at line 36 of file ../../zircon/kernel/tests/brwlock_tests.cc