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

Function QueryCtx_RemoveFromTLS

src/query_ctx.c:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67inline void QueryCtx_RemoveFromTLS(void) {
68 pthread_setspecific(_tlsQueryCtxKey, NULL);
69}
70
71//------------------------------------------------------------------------------
72// query statistics

Callers 2

QueryCtx_FreeFunction · 0.85
_DelegateWriterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected