Searched refs:handle_connection (Results 1 – 3 of 3) sorted by relevance
64 void handle_connection(int connfd) in handle_connection() function154 handle_connection(connfd); in main()
60 void handle_connection(int connfd) in handle_connection() function150 handle_connection(connfd); in main()
126 handle_connection(void *arg) in handle_connection() function650 if ((tid = CreateThread(NULL, 0, &handle_connection, (void *)conn_sock, 0, NULL)) == NULL) {653 if ((rc = pthread_create(&tid, NULL, &handle_connection, (void *)conn_sock)) != 0) {