Searched refs:fired (Results 1 – 15 of 15) sorted by relevance
73 eventLoop->fired = zmalloc(sizeof(aeFiredEvent)*setsize); in aeCreateEventLoop()93 zfree(eventLoop->fired); in aeCreateEventLoop()119 eventLoop->fired = zrealloc(eventLoop->fired,sizeof(aeFiredEvent)*setsize); in aeResizeSetSize()132 zfree(eventLoop->fired); in aeDeleteEventLoop()427 int mask = eventLoop->fired[j].mask; in aeProcessEvents()428 int fd = eventLoop->fired[j].fd; in aeProcessEvents()452 fired++; in aeProcessEvents()457 if (!fired || fe->wfileProc != fe->rfileProc) { in aeProcessEvents()459 fired++; in aeProcessEvents()466 if (!fired || fe->wfileProc != fe->rfileProc) { in aeProcessEvents()[all …]
96 eventLoop->fired[numevents].fd = j; in aeApiPoll()97 eventLoop->fired[numevents].mask = mask; in aeApiPoll()
131 eventLoop->fired[j].fd = e->ident; in aeApiPoll()132 eventLoop->fired[j].mask = mask; in aeApiPoll()
126 eventLoop->fired[j].fd = e->data.fd; in aeApiPoll()127 eventLoop->fired[j].mask = mask; in aeApiPoll()
129 eventLoop->fired[j].fd = e->ident; in aeApiPoll()130 eventLoop->fired[j].mask = mask; in aeApiPoll()
304 eventLoop->fired[i].fd = event[i].portev_object; in aeApiPoll()305 eventLoop->fired[i].mask = mask; in aeApiPoll()
103 aeFiredEvent *fired; /* Fired events */ member
13 the fan, and a udev event will be fired.
121 event->fired = 1; in remote_event_signal()
267 int fired; member
438 if (!event->fired) { in remote_event_wait()441 if (!event->fired) { in remote_event_wait()451 event->fired = 0; in remote_event_wait()465 if (event->fired && event->armed) in remote_event_poll()
101 - maxim,mvsys-min : Low input voltage level in millivolts. Flash is not fired
281 The context object is always freed after the disconnect callback fired. When a reconnect is needed,
314 2. `beforeSleep()` is called every time the event loop fired, Redis served a few requests, and is r…
1193 fired: function() { method1229 isResolved: doneList.fired,1230 isRejected: failList.fired,