Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dunix_socket_unittest.cc856 auto blocked_thread = pthread_self(); in TEST_F() local
857 std::thread th([blocked_thread, &recv_sock, &recv_buf] { in TEST_F()
861 ASSERT_EQ(pthread_kill(blocked_thread, SIGWINCH), 0); in TEST_F()