MCPcopy Create free account
hub / github.com/F-Stack/f-stack / setIOPendingCount

Function setIOPendingCount

app/redis-6.2.6/src/networking.c:3459–3461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3457}
3458
3459static inline void setIOPendingCount(int i, unsigned long count) {
3460 atomicSetWithSync(io_threads_pending[i], count);
3461}
3462
3463void *IOThreadMain(void *myid) {
3464 /* The ID is the thread number (from 0 to server.iothreads_num-1), and is

Callers 4

IOThreadMainFunction · 0.85
initThreadedIOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected