Add syscall eventfd and eventfd2

This commit is contained in:
Jianfeng Jiang
2023-12-04 07:21:31 +00:00
committed by Tate, Hongliang Tian
parent ccc4e6ec6b
commit 078f9a8891
12 changed files with 378 additions and 19 deletions

View File

@ -304,13 +304,13 @@ provided by Linux on x86-64 architecture.
| 281 | epoll_pwait | ✅ |
| 282 | signalfd | ❌ |
| 283 | timerfd_create | ❌ |
| 284 | eventfd | |
| 284 | eventfd | |
| 285 | fallocate | ❌ |
| 286 | timerfd_settime | ❌ |
| 287 | timerfd_gettime | ❌ |
| 288 | accept4 | ❌ |
| 289 | signalfd4 | ❌ |
| 290 | eventfd2 | |
| 290 | eventfd2 | |
| 291 | epoll_create1 | ✅ |
| 292 | dup3 | ❌ |
| 293 | pipe2 | ✅ |