![]() |
MySQL 26.7.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::concurrency |
Macros | |
| #define | MDEF_TH_KEY(key) |
| #define | MDEF_CREATE_THREAD(thread_key, callable, ...) mysql::concurrency::Thread(callable, __VA_ARGS__) |
Typedefs | |
| using | mysql::concurrency::Thread = std::thread |
Functions | |
| unsigned long long | mysql::concurrency::fetch_thread_mysql_id (std::size_t my_internal_id) |
| Fetches internal id, PSI id in case linked with mysqld, or internal thread id. More... | |
| #define MDEF_TH_KEY | ( | key | ) |