Searched refs:ki_select (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dselect.c10 return ki_select(nfds, readfds, writefds, exceptfds, timeout);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dtty_test.cc173 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);
H A Djspipe_test.cc419 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/
H A Dkernel_intercept.h128 int ki_select(int nfds,
H A Dkernel_intercept.cc422 int ki_select(int nfds, function
H A Dkernel_wrap_bionic.cc309 *count = ki_select(nfds, readfds, writefds, exceptfds, timeout);
H A Dkernel_wrap_glibc.cc324 *count = ki_select(nfds, readfds, writefds, exceptfds, timeout);

Completed in 86 milliseconds