Home
last modified time | relevance | path

Searched refs:COND_binlog_send_ (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/plugin/semisync/
H A Dsemisync_master.cc364 &COND_binlog_send_, NULL); in initObject()
440 mysql_cond_destroy(&COND_binlog_send_); in ~ReplSemiSyncMaster()
458 mysql_cond_broadcast(&COND_binlog_send_); in cond_broadcast()
467 wait_res= mysql_cond_timedwait(&COND_binlog_send_, in cond_timewait()
622 old_msg= thd_enter_cond(NULL, &COND_binlog_send_, &LOCK_binlog_, in commitTrx()
H A Dsemisync_master.h380 mysql_cond_t COND_binlog_send_; variable