MCPcopy Create free account
hub / github.com/Tencent/phxsql / kill_server_thread

Function kill_server_thread

phx_percona/percona/sql/mysqld.cc:1773–1782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771
1772#if defined(USE_ONE_SIGNAL_HAND)
1773pthread_handler_t kill_server_thread(void *arg MY_ATTRIBUTE((unused)))
1774{
1775 my_thread_init(); // Initialize new thread
1776 kill_server(0);
1777 /* purecov: begin deadcode */
1778 my_thread_end();
1779 pthread_exit(0);
1780 return 0;
1781 /* purecov: end */
1782}
1783#endif
1784
1785

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected