HomeSort by relevance Sort by last modified time
    Searched refs:ERESTARTSYS (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
errno.h 9 #define ERESTARTSYS 512
wait.h 238 ret = -ERESTARTSYS; \
256 * The function will return -ERESTARTSYS if it was interrupted by a
281 ret = -ERESTARTSYS; \
300 * The function returns 0 if the @timeout elapsed, -ERESTARTSYS if it
325 ret = -ERESTARTSYS; \
  /external/strace/
syscall.c 83 #ifndef ERESTARTSYS
84 #define ERESTARTSYS 512
    [all...]

Completed in 78 milliseconds