Home
last modified time | relevance | path

Searched refs:sockfd_client (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait05.c18 static int sockfd_client; variable
64 sockfd_client = SAFE_SOCKET(AF_INET, SOCK_STREAM, 0); in run()
68 SAFE_CONNECT(sockfd_client, in run()
76 SAFE_EPOLL_CTL(epfd, EPOLL_CTL_ADD, sockfd_client, &evt_req); in run()
80 TST_EXP_PASS_SILENT(shutdown(sockfd_client, SHUT_RD)); in run()
94 SAFE_CLOSE(sockfd_client); in run()
110 if (fcntl(sockfd_client, F_GETFD) > 0) in cleanup()
111 SAFE_CLOSE(sockfd_client); in cleanup()

Completed in 1 milliseconds