Lines Matching refs:FDSet
37 #define MAKE_FDSET(s) ((FDSet*) s)
39 FDSet *fdset_new(void) {
43 int fdset_new_array(FDSet **ret, const int *fds, unsigned n_fds) {
45 FDSet *s;
67 FDSet* fdset_free(FDSet *s) {
90 int fdset_put(FDSet *s, int fd) {
97 int fdset_consume(FDSet *s, int fd) {
110 int fdset_put_dup(FDSet *s, int fd) {
129 bool fdset_contains(FDSet *s, int fd) {
136 int fdset_remove(FDSet *s, int fd) {
143 int fdset_new_fill(FDSet **_s) {
147 FDSet *s;
197 int fdset_cloexec(FDSet *fds, bool b) {
213 int fdset_new_listen_fds(FDSet **_s, bool unset) {
215 FDSet *s;
245 int fdset_close_others(FDSet *fds) {
261 unsigned fdset_size(FDSet *fds) {
265 bool fdset_isempty(FDSet *fds) {
269 int fdset_iterate(FDSet *s, Iterator *i) {
278 int fdset_steal_first(FDSet *fds) {