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

Function ThreadPools_Pause

src/util/thpool/pools.c:115–124  ·  view source on GitHub ↗

pause all thread pools

Source from the content-addressed store, hash-verified

113
114// pause all thread pools
115void ThreadPools_Pause
116(
117 void
118) {
119 ASSERT(_readers_thpool != NULL);
120 ASSERT(_writers_thpool != NULL);
121
122 thpool_pause(_readers_thpool);
123 thpool_pause(_writers_thpool);
124}
125
126void ThreadPools_Resume
127(

Callers 2

InfoFuncFunction · 0.85
crashHandlerFunction · 0.85

Calls 1

thpool_pauseFunction · 0.85

Tested by

no test coverage detected