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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc471 struct SpawnThreadNotifications { struct
472 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
478 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
512 SpawnThreadNotifications notifications_;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc471 struct SpawnThreadNotifications { struct
472 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
478 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
512 SpawnThreadNotifications notifications_;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc471 struct SpawnThreadNotifications { struct
472 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
478 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
512 SpawnThreadNotifications notifications_;
513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;

Completed in 44 milliseconds