Searched refs:SpawnThreadNotifications (Results 1 – 2 of 2) sorted by relevance
459 struct SpawnThreadNotifications { struct460 SpawnThreadNotifications() {} in SpawnThreadNotifications() argument466 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); argument471 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine()486 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp()500 SpawnThreadNotifications notifications_;501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
477 struct SpawnThreadNotifications { struct478 SpawnThreadNotifications() {} in SpawnThreadNotifications() function484 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); argument489 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine()504 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp()518 SpawnThreadNotifications notifications_;519 std::unique_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;