Home
last modified time | relevance | path

Searched refs:AE_BARRIER (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae.h44 #define AE_BARRIER 4 /* With WRITABLE, never fire the event if the macro
H A Dae.c168 if (mask & AE_WRITABLE) mask |= AE_BARRIER; in aeDeleteFileEvent()
442 int invert = fe->mask & AE_BARRIER; in aeProcessEvents()
H A Dnetworking.c1112 ae_flags |= AE_BARRIER; in handleClientsWithPendingWrites()
H A Dcluster.c2211 aeCreateFileEvent(server.el,link->fd,AE_WRITABLE|AE_BARRIER, in clusterSendMessage()