MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / ThreadPools_ReadersCount

Function ThreadPools_ReadersCount

src/util/thpool/pools.c:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76uint ThreadPools_ReadersCount
77(
78 void
79) {
80 ASSERT(_readers_thpool != NULL);
81 return thpool_num_threads(_readers_thpool);
82}
83
84// retrieve current thread id
85// 0 redis-main

Callers 1

RedisModule_OnLoadFunction · 0.85

Calls 1

thpool_num_threadsFunction · 0.85

Tested by

no test coverage detected