Searched refs:blocked_thread (Results 1 – 1 of 1) sorted by relevance
856 auto blocked_thread = pthread_self(); in TEST_F() local857 std::thread th([blocked_thread, &recv_sock, &recv_buf] { in TEST_F()861 ASSERT_EQ(pthread_kill(blocked_thread, SIGWINCH), 0); in TEST_F()