Home
last modified time | relevance | path

Searched refs:maxEvents (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoller.h62 int Wait(epoll_event *events, int maxEvents, int timeout) const in Wait()
64 return epoll_wait(underlying_, events, maxEvents, timeout); in Wait()
/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.h81 SyncData(void *eventsPtr, int maxEvents, int *nfdsPtr, TimePoint waitTP) in SyncData()
82 : eventsPtr(eventsPtr), maxEvents(maxEvents), nfdsPtr(nfdsPtr), waitTP(waitTP) in SyncData()
86 int maxEvents = 0; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Depoll_app.h26 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_INT timeout);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c275 FILLP_INT maxEvents, in EpGetEventsAndSignal()
292 while ((node != FILLP_NULL_PTR) && (eventCount < maxEvents)) { in EpGetEventsAndSignal()
328 FILLP_INT maxEvents, in EpPoll()
359 eventCount = EpGetEventsAndSignal(ep, events, maxEvents, timeoutBkp); in EpPoll()
382 eventCount = EpGetEventsAndSignal(ep, events, maxEvents, 0); in EpPoll()
794 FILLP_INT SpungeEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_INT timeout) in SpungeEpollWait() argument
822 if ((maxEvents <= 0) || (events == FILLP_NULL_PTR)) { in SpungeEpollWait()
829 num = EpPoll(sock, events, maxEvents, timeout); in SpungeEpollWait()
272 EpGetEventsAndSignal( struct EventPoll *ep, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_SLONG timeout) EpGetEventsAndSignal() argument
325 EpPoll( struct FtSocket *sock, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_SLONG timeout) EpPoll() argument
H A Dapi.c300 FILLP_INT DLL_API FtEpollWait(FILLP_INT epFd, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_INT timeout) in FtEpollWait() argument
302 return SpungeEpollWait(epFd, events, maxEvents, timeout); in FtEpollWait()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h320 * @param[in] maxEvents Indicates the maximum number of events.
334 FILLP_INT maxEvents, FILLP_INT timeout);
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c689 queryArg.maxEvents = queryParam->dataSize; in SoftBusEventQueryInfo()

Completed in 9 milliseconds