Home
last modified time | relevance | path

Searched refs:NotifyOneTest (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish_common/common/libs/threads/
Dcuttlefish_thread_test.cpp102 class NotifyOneTest { class
104 NotifyOneTest() : cond_(&mutex_), signalled_(0) {} in NotifyOneTest() function in NotifyOneTest
109 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()