Home
last modified time | relevance | path

Searched refs:TARGET_ERRNO_ETIMEDOUT (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/semihost/machine/arc/
Darc_errno.c142 case TARGET_ERRNO_ETIMEDOUT: errno = ETIMEDOUT; break; in arc_semihost_errno()
Darc_semihost.h159 TARGET_ERRNO_ETIMEDOUT = 116, /* Connection timed out */ enumerator