Searched refs:NotifyOneTest (Results 1 – 1 of 1) sorted by relevance
102 class NotifyOneTest { class104 NotifyOneTest() : cond_(&mutex_), signalled_(0) {} in NotifyOneTest() function in NotifyOneTest109 cvd::thunk<void, &NotifyOneTest::SignalThread>, this); in Run()111 cvd::thunk<void, &NotifyOneTest::WaitThread>, this); in Run()113 cvd::thunk<void, &NotifyOneTest::WaitThread>, this); in Run()250 NotifyOneTest nt1; in main()