server_thread
if (!ASSERT_OK(pthread_create(&tid, NULL, server_thread,
pthread_t server_thread;
if (pthread_create(&server_thread, NULL, start_server,