Searched refs:EINTR (Results 1 – 8 of 8) sorted by relevance
75 #define IS_EINTR(ret) ((ret) == EINTR)567 if (errno == EINTR) { in mbedtls_net_recv()614 if (errno == EINTR) { in mbedtls_net_recv_timeout()656 if (errno == EINTR) { in mbedtls_net_send()
51 #define EINTR 4 /* Interrupted system call */ macro
18 ERRNO_MSG(EINTR, "Interrupted system call"),
161 return -EINTR; in print_hex_dump()
240 return -EINTR; in print_buffer()
537 } else if (ret == EINTR) { in cond_wait()
747 if (errno == EINTR)
835 return -EINTR; in alloc_write_acpi_tables()
Completed in 27 milliseconds