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

Function thd_wait_end

sql/sql_class.cc:6156–6165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6154 Can be NULL, in this case current THD is used.
6155*/
6156extern "C" void thd_wait_end(MYSQL_THD thd)
6157{
6158 if (!thd)
6159 {
6160 thd= current_thd;
6161 if (unlikely(!thd))
6162 return;
6163 }
6164 MYSQL_CALLBACK(thd->scheduler, thd_wait_end, (thd));
6165}
6166
6167#endif // INNODB_COMPATIBILITY_HOOKS */
6168

Callers 14

scheduler_wait_lock_endFunction · 0.85
scheduler_wait_sync_endFunction · 0.85
scheduler_wait_net_endFunction · 0.85
wait_for_gtidMethod · 0.85
do_pauseFunction · 0.85
timed_waitMethod · 0.85
wait_for_posMethod · 0.85
set_archiveMethod · 0.85
checkpoint_marginMethod · 0.85
acquireMethod · 0.85
lock0lock.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected