Lines Matching refs:pthread_join
179 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
235 return reinterpret_cast<void*>(pthread_join(reinterpret_cast<pthread_t>(arg), nullptr)); in JoinFn()
249 ASSERT_EQ(0, pthread_join(t, nullptr)); in MakeDeadThread()
259 ASSERT_EQ(0, pthread_join(t, &result)); in TEST()
283 ASSERT_EQ(EINVAL, pthread_join(t1, nullptr)); in TEST()
309 ASSERT_EQ(0, pthread_join(t2, &join_result)); in TEST()
314 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), nullptr)); in TEST()
349 pthread_join(main_thread, nullptr); in thread_fn()
401 ASSERT_EQ(0, pthread_join(signal_thread, &join_result)); in TEST()
442 ASSERT_EQ(0, pthread_join(signal_thread, &join_result)); in TEST()
479 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
493 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
591 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
660 EXPECT_DEATH(pthread_join(dead_thread, nullptr), in TEST_F()
666 EXPECT_EQ(ESRCH, pthread_join(null_thread, nullptr)); in TEST_F()
694 ASSERT_EQ(EINVAL, pthread_join(t1, nullptr)); in TEST()
700 ASSERT_EQ(0, pthread_join(t2, &join_result)); in TEST()
717 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
733 pthread_join(t, nullptr); in GetActualGuardSize()
748 pthread_join(t, nullptr); in GetActualStackSize()
962 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test_pthread_rwlock_reader_wakeup_writer()
1029 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test_pthread_rwlock_writer_wakeup_reader()
1119 ASSERT_EQ(0, pthread_join(thread, nullptr)); in pthread_rwlock_timedrdlock_timeout_helper()
1187 ASSERT_EQ(0, pthread_join(thread, nullptr)); in pthread_rwlock_timedwrlock_timeout_helper()
1318 ASSERT_EQ(0, pthread_join(reader_thread, nullptr)); in TEST()
1321 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1339 ASSERT_EQ(0, pthread_join(writer_thread, nullptr)); in TEST()
1340 ASSERT_EQ(0, pthread_join(reader_thread, nullptr)); in TEST()
1534 ASSERT_EQ(0, pthread_join(thread, nullptr)); in TearDown()
1896 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
1928 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
1969 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2050 EXPECT_EQ(0, pthread_join(thread, &result)); in UnlockFromAnotherThread()
2209 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test()
2309 ASSERT_EQ(0, pthread_join(thread, nullptr)); in test()
2428 ASSERT_EQ(0, pthread_join(thread, &result)); in pthread_mutex_timedlock_pi_helper()
2710 ASSERT_EQ(0, pthread_join(threads[i], nullptr)); in TEST()
2740 ASSERT_EQ(0, pthread_join(thread, nullptr)); in TEST()
2784 ASSERT_EQ(0, pthread_join(threads[i], nullptr)); in TEST()
2902 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2932 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2954 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2975 ASSERT_EQ(0, pthread_join(t, nullptr)); in TEST()
2999 pthread_join(t2, nullptr) != 0) { in TEST()
3016 ASSERT_EQ(0, pthread_join(t, &retval)); in TEST()