Searched refs:REPEAT_UNTIL_NO_INTR (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/net/posix/ |
D | posix_async_socket.cc | 76 REPEAT_UNTIL_NO_INTR(res = read(fd_, buffer, bufferSize)); in Recv() 98 REPEAT_UNTIL_NO_INTR(res = send(fd_, buffer, bufferSize, sendFlags)); in Send() 132 REPEAT_UNTIL_NO_INTR(shutdown(fd_, SHUT_RDWR)); in Close()
|
D | posix_async_socket.h | 90 #define REPEAT_UNTIL_NO_INTR(fn) \ macro
|
D | posix_async_socket_server.cc | 105 REPEAT_UNTIL_NO_INTR(accept_fd = accept(server_socket_->fd(), NULL, NULL)); in AcceptSocket()
|
D | posix_async_socket_connector.cc | 85 REPEAT_UNTIL_NO_INTR(numFdsReady = ::poll(fds, 1, timeout.count())); in ConnectToRemoteServer()
|