Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ resetEventMask
Function
resetEventMask
app/redis-6.2.6/src/ae_ff_kqueue.c:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
static inline void resetEventMask(char *eventsMask, int fd) {
62
eventsMask[fd/4] &= ~EVENT_MASK_ENCODE(fd, 0x3);
63
}
64
65
static int aeApiCreate(aeEventLoop *eventLoop) {
66
aeApiState *state = zmalloc(sizeof(aeApiState));
Callers
1
aeApiPoll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected