Searched refs:thread_client2 (Results 1 – 1 of 1) sorted by relevance
158 static void* thread_client2(void *p) { in thread_client2() function214 assert_se(pthread_create(&client2, NULL, thread_client2, path) == 0); in main()