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

  /external/strace/tests/
oldselect.c 37 # define xselect xselect macro
38 # include "xselect.c"
43 xselect(const kernel_ulong_t nfds, function
oldselect-efault.c 44 xselect(const kernel_ulong_t args) function
58 xselect(0);
63 xselect((uintptr_t) args);
xselect.c 46 xselect(const kernel_ulong_t nfds, function
51 #ifndef xselect
62 #define XSELECT(expected_, ...) \
64 long rc = xselect(__VA_ARGS__); \
71 /* End of XSELECT definition. */
119 if (xselect(0, 0, 0, 0, a_tv)) {
133 XSELECT(-1, 0, 0, 0, 0, a_tv + 1);
144 XSELECT(1, i, a_rs, a_rs, a_rs, 0);
152 XSELECT(i > PATH_TRACING_FD ? 3 : 1, i, a_rs, a_rs, a_rs, 0);
171 rc = xselect(nfds, a_rs, a_rs, a_rs, a_tv)
    [all...]
  /external/strace/tests-m32/
oldselect.c 37 # define xselect xselect macro
38 # include "xselect.c"
43 xselect(const kernel_ulong_t nfds, function
oldselect-efault.c 44 xselect(const kernel_ulong_t args) function
58 xselect(0);
63 xselect((uintptr_t) args);
xselect.c 46 xselect(const kernel_ulong_t nfds, function
51 #ifndef xselect
62 #define XSELECT(expected_, ...) \
64 long rc = xselect(__VA_ARGS__); \
71 /* End of XSELECT definition. */
119 if (xselect(0, 0, 0, 0, a_tv)) {
133 XSELECT(-1, 0, 0, 0, 0, a_tv + 1);
144 XSELECT(1, i, a_rs, a_rs, a_rs, 0);
152 XSELECT(i > PATH_TRACING_FD ? 3 : 1, i, a_rs, a_rs, a_rs, 0);
171 rc = xselect(nfds, a_rs, a_rs, a_rs, a_tv)
    [all...]
  /external/strace/tests-mx32/
oldselect.c 37 # define xselect xselect macro
38 # include "xselect.c"
43 xselect(const kernel_ulong_t nfds, function
oldselect-efault.c 44 xselect(const kernel_ulong_t args) function
58 xselect(0);
63 xselect((uintptr_t) args);
xselect.c 46 xselect(const kernel_ulong_t nfds, function
51 #ifndef xselect
62 #define XSELECT(expected_, ...) \
64 long rc = xselect(__VA_ARGS__); \
71 /* End of XSELECT definition. */
119 if (xselect(0, 0, 0, 0, a_tv)) {
133 XSELECT(-1, 0, 0, 0, 0, a_tv + 1);
144 XSELECT(1, i, a_rs, a_rs, a_rs, 0);
152 XSELECT(i > PATH_TRACING_FD ? 3 : 1, i, a_rs, a_rs, a_rs, 0);
171 rc = xselect(nfds, a_rs, a_rs, a_rs, a_tv)
    [all...]

Completed in 226 milliseconds