ki_select 119 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_select(int nfds, fd_set* readfds, fd_set* writefds, ki_select 312 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc *count = ki_select(nfds, readfds, writefds, exceptfds, timeout); ki_select 270 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc *count = ki_select(nfds, readfds, writefds, exceptfds, timeout); ki_select 10 native_client_sdk/src/libraries/nacl_io/syscalls/select.c return ki_select(nfds, readfds, writefds, exceptfds, timeout); ki_select 195 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc int rtn = ki_select(fd + 1, &readfds, NULL, &errorfds, &timeout); ki_select 224 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc int rtn = ki_select(pipe_fd + 1, &readfds, NULL, &errorfds, &timeout); ki_select 236 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc rtn = ki_select(pipe_fd + 1, &readfds, &writefds, &errorfds, NULL); ki_select 154 native_client_sdk/src/tests/nacl_io_test/tty_test.cc int rtn = ki_select(fd + 1, &readfds, NULL, &errorfds, &timeout); ki_select 183 native_client_sdk/src/tests/nacl_io_test/tty_test.cc int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout); ki_select 195 native_client_sdk/src/tests/nacl_io_test/tty_test.cc rtn = ki_select(tty_fd + 1, &readfds, &writefds, &errorfds, NULL); ki_select 315 native_client_sdk/src/tests/nacl_io_test/tty_test.cc int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout); ki_select 352 native_client_sdk/src/tests/nacl_io_test/tty_test.cc int rtn = ki_select(tty_fd + 1, &readfds, NULL, &errorfds, &timeout);