Results of 1 - 3 of about 3 for epfd (0.056 sec.)
- Man page of EPOLL_WAIT 10603
- EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep
...
つ 書式 #include < sys/epoll.h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , in ...
t timeout ); int epoll_pwait(int epfd , struct epoll_event * events , int maxevents , in ...
ll (7) instance referred to by the file descriptor epfd . The buffer pointed to by events is used to retur ...
epoll_pwait () の呼び出しは、 ready = epoll_pwait(epfd, &events, maxevents, timeout, &sigmask); 次の呼び出 ...
-
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html
- [similar]
- Man page of EPOLL_WAIT 10603
- EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep
...
つ 書式 #include < sys/epoll.h > int epoll_wait(int epfd , struct epoll_event * events , int maxevents , in ...
t timeout ); int epoll_pwait(int epfd , struct epoll_event * events , int maxevents , in ...
ll (7) instance referred to by the file descriptor epfd . The buffer pointed to by events is used to retur ...
epoll_pwait () の呼び出しは、 ready = epoll_pwait(epfd, &events, maxevents, timeout, &sigmask); 次の呼び出 ...
-
https://man.plustar.jp/manpage/man2/epoll_wait.2.html
- [similar]
- Man page of EPOLL_CTL 6659
- EPOLL_CTL Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 epo
...
する 書式 #include < sys/epoll.h > int epoll_ctl(int epfd , int op , int fd , struct epoll_event * event ); ...
説明 このシステムコールは、ファイルディスクリプター epfd が参照する epoll (7) インスタンスに対する操作を行う ...
ァイルディスクリプター fd をファイルディスクリプター epfd が参照する epoll インスタンスに登録し、イベント ev ...
EPOLL_CTL_DEL 対象のファイルディスクリプター fd を epfd が参照する epoll インスタンスから削除する。 event ...
-
https://man.plustar.jp/manpage/man2/epoll_ctl.2.html
- [similar]
PREV
1
NEXT