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

Method notify_all

sql/wsrep_condition_variable.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void notify_all() override
40 {
41 mysql_cond_broadcast(m_cond);
42 }
43
44 void wait(wsrep::unique_lock<wsrep::mutex>& lock) override
45 {

Callers 4

stopMethod · 0.80
releaseMethod · 0.80
worker_endMethod · 0.80
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected