Searched refs:no_sandbox_thread (Results 1 – 1 of 1) sorted by relevance
272 pthread_t no_sandbox_thread, scoped_thread; in TEST() local279 pthread_create(&no_sandbox_thread, NULL, thread_func, NULL)); in TEST()284 ASSERT_EQ(EPERM, pthread_kill(no_sandbox_thread, 0)); in TEST()291 EXPECT_EQ(0, pthread_join(no_sandbox_thread, (void **)&ret)); in TEST()
Completed in 4 milliseconds