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

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc459 struct SpawnThreadNotifications { struct
460 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
466 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
471 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
486 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
500 SpawnThreadNotifications notifications_;
501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
/external/gtest/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_;
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc571 struct SpawnThreadNotifications { struct
572 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
578 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
583 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
598 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
612 SpawnThreadNotifications notifications_;
613 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;

Completed in 138 milliseconds