summaryrefslogtreecommitdiffstats
path: root/libs/utils/Looper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-37/+254
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-4/+10
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-0/+368