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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
select.c 10 return ki_select(nfds, readfds, writefds, exceptfds, timeout);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
tty_test.cc 173 int rtn = ki_select(fd + 1, &readfds, NULL, &errorfds, &timeout);
202 int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout);
214 rtn = ki_select(tty_fd + 1, &readfds, &writefds, &errorfds, NULL);
335 int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout);
374 int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout);
jspipe_test.cc 419 int rtn = ki_select(fd + 1, &readfds, NULL, &errorfds, &timeout);
448 int rtn = ki_select(pipe_fd + 1, &readfds, NULL, &errorfds, &timeout);
460 rtn = ki_select(pipe_fd + 1, &readfds, &writefds, &errorfds, NULL);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 128 int ki_select(int nfds,
kernel_intercept.cc 422 int ki_select(int nfds, function
kernel_wrap_bionic.cc 309 *count = ki_select(nfds, readfds, writefds, exceptfds, timeout);
kernel_wrap_glibc.cc 324 *count = ki_select(nfds, readfds, writefds, exceptfds, timeout);

Completed in 122 milliseconds