Searched refs:TARGET_ERESTART (Results 1 – 10 of 10) sorted by relevance
153 #define TARGET_ERESTART 255 /* Restart syscall */ macro157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
674 return -TARGET_ERESTART; in do_sigaction()
172 #undef TARGET_ERESTART173 #define TARGET_ERESTART 116 /* Interrupted syscall should be restarted */ macro
109 #undef TARGET_ERESTART110 #define TARGET_ERESTART 91 /* Interrupted system call should be restarted */ macro
111 #undef TARGET_ERESTART112 #define TARGET_ERESTART 175 macro
177 #undef TARGET_ERESTART178 #define TARGET_ERESTART 127 macro
96 #define TARGET_ERESTART 85 /* Interrupted system call should be restarted */ macro
100 } else if (ret == -TARGET_ERESTART) { in target_cpu_loop()
93 } else if (ret == -TARGET_ERESTART) { in target_cpu_loop()
126 if (-TARGET_ERESTART == ret) { in target_cpu_loop()