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

/external/mksh/src/
H A Dshf.c368 !(shf->flags & SHF_INTERRUPT))
428 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT))
599 !(shf->flags & SHF_INTERRUPT))
673 !(shf->flags & SHF_INTERRUPT))
H A Dmain.c478 s->u.shf->flags |= SHF_INTERRUPT;
H A Dsh.h1065 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */ macro

Completed in 380 milliseconds