Lines Matching refs:thread
188 pthread_t thread;
194 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
205 pthread_join(thread, nullptr);
315 pthread_t thread;
330 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
340 pthread_join(thread, nullptr);
398 pthread_t thread;
412 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
420 pthread_join(thread, nullptr);
434 pthread_t thread;
449 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
459 pthread_join(thread, nullptr);
462 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
474 pthread_join(thread, nullptr);
488 pthread_t thread;
498 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type));
506 pthread_join(thread, nullptr);
521 pthread_t thread;
531 pthread_create(&thread, nullptr, TcpClient, nullptr);
551 pthread_join(thread, nullptr);