Searched refs:TARGET_ERRNO_ESRCH (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/semihost/machine/arc/ | ||
D | arc_errno.c | 46 case TARGET_ERRNO_ESRCH: errno = ESRCH; break; in arc_semihost_errno() |
D | arc_semihost.h | 63 TARGET_ERRNO_ESRCH = 3, /* No such process */ enumerator |