Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test_.cc471 struct SpawnThreadNotifications { struct
472 SpawnThreadNotifications() {} in SpawnThreadNotifications() argument
478 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); argument
483 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine()
498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp()
512 SpawnThreadNotifications notifications_;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;