Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc459 struct SpawnThreadNotifications { struct
460 SpawnThreadNotifications() {} in SpawnThreadNotifications() argument
466 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); argument
471 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine()
486 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp()
500 SpawnThreadNotifications notifications_;
501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
/external/googletest/googletest/test/
Dgoogletest-output-test_.cc477 struct SpawnThreadNotifications { struct
478 SpawnThreadNotifications() {} in SpawnThreadNotifications() function
484 GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); argument
489 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_;