Home
last modified time | relevance | path

Searched refs:ERESTART_RESTARTBLOCK (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests/
Derrno2name.c417 #ifdef ERESTART_RESTARTBLOCK in errno2name()
418 CASE(ERESTART_RESTARTBLOCK); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c417 #ifdef ERESTART_RESTARTBLOCK in errno2name()
418 CASE(ERESTART_RESTARTBLOCK); in errno2name()
/external/strace/tests-m32/
Derrno2name.c417 #ifdef ERESTART_RESTARTBLOCK in errno2name()
418 CASE(ERESTART_RESTARTBLOCK); in errno2name()
/external/u-boot/include/linux/
Derrno.h152 #define ERESTART_RESTARTBLOCK 516 /* restart by calling sys_restart_syscall */ macro
/external/strace/
Dsyscall.c857 case ERESTART_RESTARTBLOCK: in syscall_exiting_trace()
958 case ERESTART_RESTARTBLOCK: in is_erestart()
Ddefs.h124 #ifndef ERESTART_RESTARTBLOCK
125 # define ERESTART_RESTARTBLOCK 516 macro
DREADME-linux-ptrace170 or, in case of syscalls returning ERESTART_RESTARTBLOCK,
DChangeLog-CVS3222 * syscall.c (ERESTART_RESTARTBLOCK): New.
DChangeLog34211 ERESTART_RESTARTBLOCK, update regexp to workaround this.
34728 of ERESTART_RESTARTBLOCK is broken on x32 from the beginning, see
49633 ERESTART_RESTARTBLOCK (Interrupted by signal)