Home
last modified time | relevance | path

Searched refs:thr_safe_pool (Results 1 – 11 of 11) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A Dmt.cpp405 struct thr_safe_pool struct
407 thr_safe_pool(const char * name) : m_free_list(0), m_cnt(0), m_lock(name) {} in thr_safe_pool() argument
463 thread_local_pool(thr_safe_pool<T> *global_pool, unsigned max_free) : in thread_local_pool() argument
578 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
584 thr_safe_pool<T> *m_global_pool;
962 struct thr_safe_pool<thr_job_buffer> m_jb_pool;
963 struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A Dmt.cpp405 struct thr_safe_pool struct
407 thr_safe_pool(const char * name) : m_free_list(0), m_cnt(0), m_lock(name) {} in thr_safe_pool() function
463 thread_local_pool(thr_safe_pool<T> *global_pool, unsigned max_free) : in thread_local_pool() argument
578 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
584 thr_safe_pool<T> *m_global_pool;
962 struct thr_safe_pool<thr_job_buffer> m_jb_pool;
963 struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A Dmt.cpp405 struct thr_safe_pool struct
407 thr_safe_pool(const char * name) : m_free_list(0), m_cnt(0), m_lock(name) {} in thr_safe_pool() argument
463 thread_local_pool(thr_safe_pool<T> *global_pool, unsigned max_free) : in thread_local_pool() argument
578 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
584 thr_safe_pool<T> *m_global_pool;
962 struct thr_safe_pool<thr_job_buffer> m_jb_pool;
963 struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/
H A Dmt.cpp405 struct thr_safe_pool struct
407 thr_safe_pool(const char * name) : m_free_list(0), m_cnt(0), m_lock(name) {} in thr_safe_pool() argument
463 thread_local_pool(thr_safe_pool<T> *global_pool, unsigned max_free) : in thread_local_pool() argument
578 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
584 thr_safe_pool<T> *m_global_pool;
962 struct thr_safe_pool<thr_job_buffer> m_jb_pool;
963 struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/
H A Dmt.cpp405 struct thr_safe_pool struct
407 thr_safe_pool(const char * name) : m_free_list(0), m_cnt(0), m_lock(name) {} in thr_safe_pool() function
463 thread_local_pool(thr_safe_pool<T> *global_pool, unsigned max_free) : in thread_local_pool() argument
578 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
584 thr_safe_pool<T> *m_global_pool;
962 struct thr_safe_pool<thr_job_buffer> m_jb_pool;
963 struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp301 struct MY_ALIGNED(NDB_CL) thr_safe_pool in MY_ALIGNED()
303 thr_safe_pool(const char * name) : m_lock(name), m_free_list(0), m_cnt(0) { in MY_ALIGNED()
406 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
559 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
566 thr_safe_pool<T> *m_global_pool;
1146 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1147 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp301 struct MY_ALIGNED(NDB_CL) thr_safe_pool in MY_ALIGNED()
303 thr_safe_pool(const char * name) : m_lock(name), m_free_list(0), m_cnt(0) { in MY_ALIGNED()
406 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
559 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
566 thr_safe_pool<T> *m_global_pool;
1146 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1147 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A Dmt.cpp301 struct MY_ALIGNED(NDB_CL) thr_safe_pool in MY_ALIGNED()
303 thr_safe_pool(const char * name) : m_lock(name), m_free_list(0), m_cnt(0) { in MY_ALIGNED()
406 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
559 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
566 thr_safe_pool<T> *m_global_pool;
1146 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1147 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A Dmt.cpp301 struct MY_ALIGNED(NDB_CL) thr_safe_pool in MY_ALIGNED()
303 thr_safe_pool(const char * name) : m_lock(name), m_free_list(0), m_cnt(0) { in MY_ALIGNED()
406 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
559 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
566 thr_safe_pool<T> *m_global_pool;
1146 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1147 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A Dmt.cpp301 struct MY_ALIGNED(NDB_CL) thr_safe_pool in MY_ALIGNED()
303 thr_safe_pool(const char * name) : m_lock(name), m_free_list(0), m_cnt(0) { in MY_ALIGNED()
406 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
559 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
566 thr_safe_pool<T> *m_global_pool;
1146 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1147 MY_ALIGNED(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A Dmt.cpp361 struct alignas(NDB_CL) thr_safe_pool struct
375 thr_safe_pool(const char * name) in thr_safe_pool() argument
674 thread_local_pool(thr_safe_pool<T> *global_pool, in thread_local_pool()
852 void set_pool(thr_safe_pool<T> * pool) { m_global_pool = pool; } in set_pool()
859 thr_safe_pool<T> *m_global_pool;
1600 alignas(NDB_CL) struct thr_safe_pool<thr_job_buffer> m_jb_pool;
1601 alignas(NDB_CL) struct thr_safe_pool<thr_send_page> m_sb_pool;