MySQL 9.1.0
Source Code Documentation
|
This class implements callback for do_for_all_thd(). More...
Public Member Functions | |
Is_worker () | |
void | operator() (THD *thd) override |
int | get_count () |
Public Member Functions inherited from Do_THD_Impl | |
virtual | ~Do_THD_Impl ()=default |
Private Attributes | |
int | m_count |
This class implements callback for do_for_all_thd().
It counts the total number of living event worker threads from global thread list.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Do_THD_Impl.
|
private |