MCPcopy Create free account
hub / github.com/MariaDB/server / thr_init

Method thr_init

plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312struct thr_init {
313 thr_init(const dbcontext_ptr& dc, volatile int& shutdown_flag) : dbctx(dc) {
314 dbctx->init_thread(this, shutdown_flag);
315 }
316 ~thr_init() {
317 dbctx->term_thread();
318 }

Callers

nothing calls this directly

Calls 1

init_threadMethod · 0.80

Tested by

no test coverage detected