Home | History | Annotate | Download | only in tools

Lines Matching refs:pthread_create

158     pthread_create(&t1, NULL, (void *)thread_poll, NULL);
159 pthread_create(&t2, NULL, (void *)thread_poll, NULL);
177 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[1]);
198 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]);
219 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]);
236 pthread_create(&t, NULL, (void *)thread_read, (void *)fd[0]);
276 pthread_create(&t1, NULL, (void *)thread_pollin, (void *)fd[0]);
277 pthread_create(&t2, NULL, (void *)thread_pollin, (void *)fd[0]);
300 pthread_create(&t[i], NULL, (void *)thread_pollin_rand_delay, (void *)fd[0]);
323 pthread_create(&t1, NULL, (void *)thread_poll, (void *)fd[0]);
324 pthread_create(&t2, NULL, (void *)thread_poll, (void *)fd[0]);
349 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd[0]);
365 pthread_create(&t[i], NULL, (void *)thread_close, (void *)fd[i%2]);
377 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]);