Searched refs:SHF_INTERRUPT (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dshf.c363 !(shf->flags & SHF_INTERRUPT))
423 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT))
594 !(shf->flags & SHF_INTERRUPT))
668 !(shf->flags & SHF_INTERRUPT))
H A Dmain.c459 s->u.shf->flags |= SHF_INTERRUPT;
H A Dsh.h921 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro

Completed in 81 milliseconds