MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
NDBT_ThreadSet (int count) | |
int | get_count () const |
NDBT_Thread & | get_thread (int n) |
void | start () |
void | stop () |
void | exit () |
void | join () |
void | set_func (NDBT_ThreadFunc *func) |
void | set_input (const void *input) |
template<class T > | |
void | set_output () |
void | delete_output () |
int | connect (class Ndb_cluster_connection *, const char *db="TEST_DB") |
void | disconnect () |
int | get_err () const |
Definition at line 183 of file NDBT_Thread.hpp.