OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHF_INTERRUPT
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
shf.c
363
!(shf->flags &
SHF_INTERRUPT
))
423
if (n < 0 && errno == EINTR && !(shf->flags &
SHF_INTERRUPT
))
594
!(shf->flags &
SHF_INTERRUPT
))
668
!(shf->flags &
SHF_INTERRUPT
))
main.c
459
s->u.shf->flags |=
SHF_INTERRUPT
;
[
all
...]
sh.h
921
#define
SHF_INTERRUPT
0x0080 /* EINTR in read/write causes error */
[
all
...]
Completed in 29 milliseconds