Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket.cc76 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()
Dposix_async_socket.h90 #define REPEAT_UNTIL_NO_INTR(fn) \ macro
Dposix_async_socket_server.cc105 REPEAT_UNTIL_NO_INTR(accept_fd = accept(server_socket_->fd(), NULL, NULL)); in AcceptSocket()
Dposix_async_socket_connector.cc85 REPEAT_UNTIL_NO_INTR(numFdsReady = ::poll(fds, 1, timeout.count())); in ConnectToRemoteServer()