Searched refs:TEMP_FAILURE_RETRY (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | cpuacct.c | 58 n = TEMP_FAILURE_RETRY(write(fd, "0", 1)); in cpuacct_add() 64 if (TEMP_FAILURE_RETRY(close(fd)) == -1) in cpuacct_add()
|
D | system_properties.c | 179 if(TEMP_FAILURE_RETRY(connect(s, (struct sockaddr *) &addr, alen) < 0)) { in send_prop_msg() 184 r = TEMP_FAILURE_RETRY(send(s, msg, sizeof(prop_msg), 0)); in send_prop_msg() 196 r = TEMP_FAILURE_RETRY(poll(pollfds, 1, 250 /* ms */)); in send_prop_msg()
|
D | logd_write.c | 114 return TEMP_FAILURE_RETRY( writev(log_channels[log_id].fd, vec, 3) ); in __write_to_log_kernel() 125 fd = TEMP_FAILURE_RETRY(open(log_channels[log_id].path, O_WRONLY)); in __write_to_log_init()
|
D | pthread.c | 2270 n = TEMP_FAILURE_RETRY(write(fd, thname, thname_len)); in pthread_setname_np()
|
/bionic/libc/include/ |
D | unistd.h | 207 #define TEMP_FAILURE_RETRY(exp) ({ \ macro
|
/bionic/libc/netbsd/net/ |
D | getnameinfo.c | 177 if (TEMP_FAILURE_RETRY(connect(sock, (const struct sockaddr*) (void*) &proxy_addr, in android_gethostbyaddr_proxy()
|
D | getaddrinfo.c | 458 if (TEMP_FAILURE_RETRY(connect(sock, in android_getaddrinfo_proxy()
|