MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / addEventMask

Function addEventMask

src/ae_kqueue.c:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static inline void addEventMask(char *eventsMask, int fd, int mask) {
55 eventsMask[fd/4] |= EVENT_MASK_ENCODE(fd, mask);
56}
57
58static inline void resetEventMask(char *eventsMask, int fd) {
59 eventsMask[fd/4] &= ~EVENT_MASK_ENCODE(fd, 0x3);

Callers 1

aeApiPollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected