Home | History | Annotate | Download | only in tools

Lines Matching refs:pthread_create

445     pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);
470 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
494 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args);
581 pthread_create(&thread, NULL, (void *)thread_delay_close_write, (void *)&args);
602 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
625 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
646 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
667 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
696 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
701 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
729 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);
730 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);