MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / thdpool_sqlengine_start

Function thdpool_sqlengine_start

db/sqlpool.c:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static void thdpool_sqlengine_start(struct thdpool *pool, void *thd)
101{
102 sqlengine_thd_start(pool, (struct sqlthdstate *) thd,
103 THRTYPE_SQLENGINEPOOL);
104}
105
106static void thdpool_sqlengine_end(struct thdpool *pool, void *thd)
107{

Callers

nothing calls this directly

Calls 1

sqlengine_thd_startFunction · 0.85

Tested by

no test coverage detected