Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
void 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
289
uint64_t thpool_get_jobqueue_cap
290
(
Callers
1
ThreadPools_SetMaxPendingWork
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected