Searched refs:thread_client1 (Results 1 – 1 of 1) sorted by relevance
128 static void* thread_client1(void *p) { in thread_client1() function213 assert_se(pthread_create(&client1, NULL, thread_client1, path) == 0); in main()