Searched refs:tsocket (Results 1 – 1 of 1) sorted by relevance
292 pthread_t *tsocket, *tclose, *tbind, *tconnect, *tdelroute; in main() local439 tsocket = calloc(socket_num, sizeof(pthread_t)); in main()440 if (tsocket == NULL) in main()443 errno = pthread_create(&tsocket[n], NULL, thread_socket, &run); in main()496 errno = pthread_join(tsocket[n], (void **)&count); in main()501 free(tsocket); in main()