class TestThread

Defined at line 29 of file ../../src/zircon/bin/pistress/test_thread.h

A class which implements the behavior of the test threads, as well as holding

the state shared between all test threads (such as the collection of

synchronization objects that they fight over).

Public Methods

const std::vector<std::unique_ptr<TestThread>> & threads ()

Defined at line 34 of file ../../src/zircon/bin/pistress/test_thread.h

void TestThread (const TestThread & )

No copy, no move.

Defined at line 38 of file ../../src/zircon/bin/pistress/test_thread.h

void TestThread (TestThread && )

Defined at line 39 of file ../../src/zircon/bin/pistress/test_thread.h

TestThread & operator= (const TestThread & )

Defined at line 40 of file ../../src/zircon/bin/pistress/test_thread.h

TestThread & operator= (TestThread && )

Defined at line 41 of file ../../src/zircon/bin/pistress/test_thread.h

zx_status_t InitStatics ()

Defined at line 42 of file ../../src/zircon/bin/pistress/test_thread.cc

zx_status_t AddThread (const TestThreadBehavior & behavior)

Defined at line 84 of file ../../src/zircon/bin/pistress/test_thread.cc

void Shutdown ()

Defined at line 122 of file ../../src/zircon/bin/pistress/test_thread.cc

TestThread & random_thread ()

Defined at line 137 of file ../../src/zircon/bin/pistress/test_thread.cc

void Start ()

Defined at line 142 of file ../../src/zircon/bin/pistress/test_thread.cc

void ChangeProfile ()

Defined at line 147 of file ../../src/zircon/bin/pistress/test_thread.cc

Friends

class default_delete