kill_thread
ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)false));
ASSERT_EQ(0, pthread_create(&thread, NULL, kill_thread, (void *)true));