Searched refs:thread_ (Results 1 – 2 of 2) sorted by relevance
498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp()513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; member in DeathTestAndMultiThreadsTest
1288 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));1294 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));1312 pthread_t thread_; // The native thread object.