Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2010-10-07 | 1 | -37/+254 |
* | Looper: use pthread_once for TLS key initialization. | Jeff Brown | 2010-09-21 | 1 | -15/+14 |
* | Reduce lock thrashing in native Looper. | Jeff Brown | 2010-09-17 | 1 | -32/+38 |
* | Ensure input dispatcher and native looper handles EINTR. | Jeff Brown | 2010-09-16 | 1 | -4/+10 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 1 | -0/+368 |