MySQL 26.7.0
Source Code Documentation
thread_stl.h File Reference
#include <cstdint>
#include <thread>
#include "mysql/concurrency/key_stub.h"

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...
 

Macro Definition Documentation

◆ MDEF_TH_KEY

#define MDEF_TH_KEY (   key)