Home
last modified time | relevance | path

Searched refs:client_thread_udp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Drecvfrom.cpp30 static void *client_thread_udp(void *data) { in client_thread_udp() function
71 pthread_create(&client_thread, NULL, client_thread_udp, &serveraddr); in main()