MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thr Struct Reference
Collaboration diagram for Thr:

Public Types

enum  State {
  Wait, Start, Stop, Stopped,
  Exit, Wait, Start, Stop,
  Exit
}
enum  State {
  Wait, Start, Stop, Stopped,
  Exit, Wait, Start, Stop,
  Exit
}

Public Member Functions

 Thr (int no)
int run ()
void start (Runstep runstep)
void stop ()
void stopped ()
void lock ()
void unlock ()
void wait ()
void signal ()
void exit ()
void join ()
 Thr (Par par, uint n)
int run ()
void start ()
void stop ()
void exit ()
void lock ()
void unlock ()
void wait ()
void signal ()
void join ()

Public Attributes

State m_state
int m_no
Runstep m_runstep
int m_ret
NdbMutex * m_mutex
NdbConditionm_cond
NdbThreadm_thread
void * m_status
Ndbm_ndb
NdbConnectionm_con
NdbScanOperationm_scanop
NdbIndexScanOperationm_indexscanop
Par m_par
pthread_t m_id
TFunc m_func
char m_tmp [20]

Detailed Description

Definition at line 82 of file testDeadlock.cpp.


The documentation for this struct was generated from the following files: