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

Function jobqueue_destroy

src/util/thpool/thpool.c:546–549  ·  view source on GitHub ↗

Free all queue resources back to the system */

Source from the content-addressed store, hash-verified

544
545/* Free all queue resources back to the system */
546static void jobqueue_destroy(jobqueue *jobqueue_p) {
547 jobqueue_clear(jobqueue_p);
548 rm_free(jobqueue_p->has_jobs);
549}
550
551/* ======================== SYNCHRONISATION ========================= */
552

Callers 2

thpool_initFunction · 0.85
thpool_destroyFunction · 0.85

Calls 2

jobqueue_clearFunction · 0.85
rm_freeFunction · 0.85

Tested by

no test coverage detected