Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
454
static void thread_destroy(thread *thread_p) {
455
rm_free(thread_p);
456
}
457
458
/* ============================ JOB QUEUE =========================== */
459
Callers
1
thpool_destroy
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
no test coverage detected