Commit 9381763
Mark Stapp
lib: Support epoll APIs in thread management routine
This commit adds support for epoll APIs for better
performance. This is controlled by a configure option. Note that
epoll APIs are only available for Linux platforms. For BSD and
other linux platforms which do not support epoll APIs, poll APIs
are still used.
Signed-off-by: Kaifei Peng <[email protected]>
Signed-off-by: Mark Stapp <[email protected]>1 parent 7270576 commit 9381763
3 files changed
+814
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1599 | 1599 | | |
1600 | 1600 | | |
1601 | 1601 | | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
| 1615 | + | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
| 1619 | + | |
1602 | 1620 | | |
1603 | 1621 | | |
1604 | 1622 | | |
| |||
0 commit comments