Lines Matching refs:pthread_join

177   ASSERT_EQ(0, pthread_join(t, &result));  in TEST()
233 return reinterpret_cast<void*>(pthread_join(reinterpret_cast<pthread_t>(arg), nullptr)); in JoinFn()
247 ASSERT_EQ(0, pthread_join(t, nullptr)); in MakeDeadThread()
257 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
281 ASSERT_EQ(EINVAL, pthread_join(t1, nullptr)); in TEST()
307 ASSERT_EQ(0, pthread_join(t2, &join_result)); in TEST()
312 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), nullptr)); in TEST()
347 pthread_join(main_thread, nullptr); in thread_fn()
402 ASSERT_EQ(0, pthread_join(signal_thread, &join_result)); in TEST()
443 ASSERT_EQ(0, pthread_join(signal_thread, &join_result)); in TEST()
480 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
494 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
592 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
661 EXPECT_DEATH(pthread_join(dead_thread, nullptr), in TEST_F()
667 EXPECT_EQ(ESRCH, pthread_join(null_thread, nullptr)); in TEST_F()
695 ASSERT_EQ(EINVAL, pthread_join(t1, nullptr)); in TEST()
701 ASSERT_EQ(0, pthread_join(t2, &join_result)); in TEST()
718 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
734 pthread_join(t, nullptr); in GetActualGuardSize()
749 pthread_join(t, nullptr); in GetActualStackSize()
963 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test_pthread_rwlock_reader_wakeup_writer()
1030 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test_pthread_rwlock_writer_wakeup_reader()
1120 ASSERT_EQ(0, pthread_join(thread, nullptr)); in pthread_rwlock_timedrdlock_timeout_helper()
1188 ASSERT_EQ(0, pthread_join(thread, nullptr)); in pthread_rwlock_timedwrlock_timeout_helper()
1319 ASSERT_EQ(0, pthread_join(reader_thread, nullptr)); in TEST()
1322 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1340 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1341 ASSERT_EQ(0, pthread_join(reader_thread, nullptr)); in TEST()
1535 ASSERT_EQ(0, pthread_join(thread, nullptr)); in TearDown()
1897 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
1929 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
1970 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2051 EXPECT_EQ(0, pthread_join(thread, &result)); in UnlockFromAnotherThread()
2210 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test()
2310 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test()
2429 ASSERT_EQ(0, pthread_join(thread, &result)); in pthread_mutex_timedlock_pi_helper()
2711 ASSERT_EQ(0, pthread_join(threads[i], nullptr)); in TEST()
2741 ASSERT_EQ(0, pthread_join(thread, nullptr)); in TEST()
2785 ASSERT_EQ(0, pthread_join(threads[i], nullptr)); in TEST()
2903 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2933 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2955 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2976 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()