Searched refs:scoped_thread (Results 1 – 1 of 1) sorted by relevance
272 pthread_t no_sandbox_thread, scoped_thread; in TEST() local287 ASSERT_EQ(0, pthread_create(&scoped_thread, NULL, thread_func, NULL)); in TEST()288 ASSERT_EQ(0, pthread_kill(scoped_thread, 0)); in TEST()293 EXPECT_EQ(0, pthread_join(scoped_thread, (void **)&ret)); in TEST()