Home | History | Annotate | Download | only in tools

Lines Matching refs:pthread_create

431     pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);
456 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
480 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args);
509 pthread_create(&thread, NULL, (void *)thread_delay_close_write, (void *)&args);
530 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
553 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
574 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
595 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
624 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
629 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2);
657 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);
658 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);