Home
last modified time | relevance | path

Searched refs:num_set_fds (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DConnectionFileDescriptor.cpp773 const int num_set_fds = ::select (nfds, read_fds.data(), NULL, NULL, tv_ptr); in BytesAvailable() local
774 if (num_set_fds < 0) in BytesAvailable()
783 … this, nfds, data_fd, pipe_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable()
786 this, nfds, data_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable()
812 else if (num_set_fds == 0) in BytesAvailable()
816 else if (num_set_fds > 0) in BytesAvailable()
932 const int num_set_fds = ::select (nfds, &read_fds, NULL, NULL, tv_ptr); in BytesAvailable() local
933 if (num_set_fds < 0) in BytesAvailable()
942 … this, nfds, data_fd, pipe_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable()
945 this, nfds, data_fd, tv_ptr, num_set_fds, error.AsCString()); in BytesAvailable()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp4768 int num_set_fds = select (nfds, &read_fdset, NULL, NULL, NULL); in Run() local
4769 if (num_set_fds < 0) in Run()
4776 else if (num_set_fds > 0) in Run()