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

Function ThreadPools_Destroy

src/util/thpool/pools.c:209–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void ThreadPools_Destroy
210(
211 void
212) {
213 ASSERT(_readers_thpool != NULL);
214 ASSERT(_writers_thpool != NULL);
215
216 thpool_destroy(_readers_thpool);
217 thpool_destroy(_writers_thpool);
218}
219

Callers 1

_ShutdownEventHandlerFunction · 0.85

Calls 1

thpool_destroyFunction · 0.85

Tested by

no test coverage detected