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

Function thpool_set_jobqueue_cap

src/util/thpool/thpool.c:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void thpool_set_jobqueue_cap
281(
282 thpool_* thpool_p,
283 uint64_t val
284) {
285 ASSERT(thpool_p);
286 thpool_p->jobqueue.cap = val;
287}
288
289uint64_t thpool_get_jobqueue_cap
290(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected