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

Function thread_destroy

src/util/thpool/thpool.c:454–456  ·  view source on GitHub ↗

Frees a thread */

Source from the content-addressed store, hash-verified

452
453/* Frees a thread */
454static void thread_destroy(thread *thread_p) {
455 rm_free(thread_p);
456}
457
458/* ============================ JOB QUEUE =========================== */
459

Callers 1

thpool_destroyFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by

no test coverage detected