Searched refs:ClientThread (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | fd_socket_connect_norace.cc | 14 void *ClientThread(void *x) { in ClientThread() function 35 pthread_create(&t, 0, ClientThread, 0); in main()
|
D | fd_socket_norace.cc | 14 void *ClientThread(void *x) { in ClientThread() function 39 pthread_create(&t, 0, ClientThread, 0); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | fd_socket_connect_norace.cpp | 18 void *ClientThread(void *x) { in ClientThread() function 52 pthread_create(&t, 0, ClientThread, 0); in main()
|
D | fd_socket_norace.cpp | 18 void *ClientThread(void *x) { in ClientThread() function 56 pthread_create(&t, 0, ClientThread, 0); in main()
|