Searched refs:SpungeEpollEvent (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 149 FILLP_CONST struct SpungeEpollEvent *event) in EpModify() 156 …(void)memcpy_s(&epi->event, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent… in EpModify() 274 struct SpungeEpollEvent *events, in EpGetEventsAndSignal() 327 struct SpungeEpollEvent *events, in EpPoll() 474 …(void)memcpy_s(&epi->event, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent… in EpInsert() 567 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleAddEvent() 584 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent() 585 (void)memcpy_s(&epds, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent() 641 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleModEvent() 649 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleModEvent() [all …]
|
H A D | api.c | 295 … FtEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpollEvent *event) in FtEpollCtl() 300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents,… in FtEpollWait()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | epoll_app.h | 24 …geEpollCtl(FILLP_INT epFd, FILLP_INT op, FILLP_INT fd, FILLP_CONST struct SpungeEpollEvent *event); 26 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FIL…
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | epoll.h | 64 struct SpungeEpollEvent event;
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 310 FILLP_CONST struct SpungeEpollEvent *event); 333 extern FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events,
|
H A D | fillptypes.h | 250 struct SpungeEpollEvent { struct
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.cpp | 968 struct SpungeEpollEvent events[MAX_EPOLL_NUM]; in EpollTimeout() 1004 struct SpungeEpollEvent event = {0}; in SetSocketEpollMode()
|