summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/KQueue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added a kqueue class which isn't being used yet, but was part of trying to ↵Greg Clayton2013-02-161-0/+87
work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. Also added a TimeSpecTimeout class which can be used with any calls that take a "struct timespec *" as an argument. It is used by the KQueue class. Also updated some project settings. llvm-svn: 175377
OpenPOWER on IntegriCloud