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

/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp55 // FDSet
56 struct FDSet : fd_set { struct in inherits:fd_set
57 FDSet() function in struct:FDSet
71 fprintf(stderr, "FDSet::Add(%d): Invalid FD.\n", fd);
98 bool operator==(const FDSet &other) const
111 bool operator!=(const FDSet &other) const
184 FDSet fReadSet;
185 FDSet fWriteSet;
186 FDSet fErrorSet;

Completed in 11 milliseconds