|
MySQL 5.6.14 Source Code Document
|

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 |
| NdbCondition * | m_cond |
| NdbThread * | m_thread |
| void * | m_status |
| Ndb * | m_ndb |
| NdbConnection * | m_con |
| NdbScanOperation * | m_scanop |
| NdbIndexScanOperation * | m_indexscanop |
| Par | m_par |
| pthread_t | m_id |
| TFunc | m_func |
| char | m_tmp [20] |
Definition at line 82 of file testDeadlock.cpp.