Add syscall epoll_pwait

This commit is contained in:
StanPlatinum
2024-04-22 16:00:19 +08:00
committed by Tate, Hongliang Tian
parent 1435dd0896
commit 2b67dee1fc
5 changed files with 36 additions and 3 deletions

View File

@ -10,6 +10,7 @@ TESTS ?= \
chmod_test \
chown_test \
chroot_test \
epoll_test \
fsync_test \
getdents_test \
link_test \

View File

@ -0,0 +1,14 @@
EpollTest.AllWritable
EpollTest.LastReadable
EpollTest.LastNonWritable
EpollTest.Timeout_NoRandomSave
EpollTest.WaitThenUnblock
EpollTest.UnblockWithSignal
EpollTest.TimeoutNoFds
EpollTest.UnblockWithNewFD
EpollTest.Oneshot
EpollTest.EdgeTriggered_NoRandomSave
EpollTest.OneshotAndEdgeTriggered
EpollTest.CycleOfOneDisallowed
EpollTest.CycleOfThreeDisallowed
EpollTest.CloseFile