Home
last modified time | relevance | path

Searched refs:m_empty_slot (Results 1 – 18 of 18) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/semisync/
H A Dsemisync_master.h432 AckContainer() : m_ack_array(nullptr), m_size(0), m_empty_slot(0) {} in AckContainer()
445 m_empty_slot = m_size; in clear()
486 unsigned int m_empty_slot; variable
492 bool full() { return m_empty_slot == m_size; } in full()
506 m_empty_slot = i; in remove_all()
526 m_empty_slot = m_size; in updateIfExist()
529 m_empty_slot = i; in updateIfExist()
H A Dsemisync_master.cc1231 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1234 LogErr(INFORMATION_LEVEL, ER_SEMISYNC_ADD_ACK_TO_SLOT, m_empty_slot); in insert()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/semisync/
H A Dsemisync_master.h453 AckContainer() : m_ack_array(NULL), m_size(0), m_empty_slot(0) {} in AckContainer()
466 m_empty_slot= m_size; in clear()
507 unsigned int m_empty_slot; variable
513 bool full() { return m_empty_slot == m_size; } in full()
530 m_empty_slot= i; in remove_all()
551 m_empty_slot= m_size; in updateIfExist()
555 m_empty_slot= i; in updateIfExist()
H A Dsemisync_master.cc1400 m_ack_array[m_empty_slot].set(server_id, log_file_name, log_file_pos); in insert()
1403 sql_print_information("Add the ack into slot %u", m_empty_slot); in insert()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmsx.h64 , m_empty_slot(mconfig, *this) in msx_state()
83 m_empty_slot.set_memory_space(m_maincpu, AS_PROGRAM); in msx_state()
84 m_empty_slot.set_io_space(m_maincpu, AS_IO); in msx_state()
340 msx_internal_slot_interface m_empty_slot; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmsx.h64 , m_empty_slot(mconfig, *this) in msx_state()
83 m_empty_slot.set_memory_space(m_maincpu, AS_PROGRAM); in msx_state()
84 m_empty_slot.set_io_space(m_maincpu, AS_IO); in msx_state()
340 msx_internal_slot_interface m_empty_slot; variable
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmsx.cpp390 elem[sec][page] = &m_empty_slot; in msx_memory_init()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmsx.cpp390 elem[sec][page] = &m_empty_slot; in msx_memory_init()