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

Method wait_for_wakeup_ready

sql/sql_class.cc:8364–8371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8362
8363
8364void
8365THD::wait_for_wakeup_ready()
8366{
8367 mysql_mutex_lock(&LOCK_wakeup_ready);
8368 while (!wakeup_ready)
8369 mysql_cond_wait(&COND_wakeup_ready, &LOCK_wakeup_ready);
8370 mysql_mutex_unlock(&LOCK_wakeup_ready);
8371}
8372
8373void
8374THD::signal_wakeup_ready()

Callers 2

log_and_orderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected