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

  /external/strace/
defs.h 216 #define IOCTL_WSTOP(t) \
238 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWSTOP, &t->status)
250 #define IOCTL_WSTOP(t) ioctl (t->pfd, PIOCWAIT, &t->status)
strace.c 1009 if (IOCTL_WSTOP (tcp) < 0) {
    [all...]

Completed in 31 milliseconds