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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc475 struct SpawnThreadNotifications { struct
476 SpawnThreadNotifications() {} function in struct:SpawnThreadNotifications
482 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications);
487 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
502 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
516 SpawnThreadNotifications notifications_;
517 testing::internal::scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> >

Completed in 7 milliseconds