summaryrefslogtreecommitdiff
path: root/libs/utils/Looper.cpp
AgeCommit message (Expand)Author
2010-10-07Switch Looper back to using poll() instead of epoll(). Jeff Brown
2010-09-21Looper: use pthread_once for TLS key initialization. Jeff Brown
2010-09-17Reduce lock thrashing in native Looper. Jeff Brown
2010-09-16Ensure input dispatcher and native looper handles EINTR. Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown