Searched refs:client1 (Results 1 – 2 of 2) sorted by relevance
201 pthread_t server, client1, client2; in main() local213 assert_se(pthread_create(&client1, NULL, thread_client1, path) == 0); in main()216 assert_se(pthread_join(client1, NULL) == 0); in main()
249 static void* client1(void *p) { in client1() function521 r = pthread_create(&c1, NULL, client1, bus); in main()