MySQL 8.3.0
Source Code Documentation
mysql_router_thread.cc File Reference
#include "mysql_router_thread.h"
#include <stdexcept>
#include <string>

Namespaces

namespace  mysql_harness
 

Functions

static int mysql_harness::mysql_router_thread_attr_init (mysql_router_thread_attr_t *attr)
 
static int mysql_harness::mysql_router_thread_attr_setstacksize (mysql_router_thread_attr_t *attr, size_t stacksize)
 
static int mysql_harness::mysql_router_thread_attr_setdetachstate (mysql_router_thread_attr_t *attr, int detachstate)
 
static bool mysql_harness::mysql_router_thread_started (const mysql_router_thread_handle *thread)
 checks if thread pointed by thread was started More...
 
static bool mysql_harness::mysql_router_thread_joinable (const mysql_router_thread_attr_t *attr)
 checks if thread pointed by attr is joinable More...
 
int mysql_harness::mysql_router_thread_create (mysql_router_thread_handle *thread, const mysql_router_thread_attr_t *attr, my_start_routine func, void *arg)
 
int mysql_harness::mysql_router_thread_join (mysql_router_thread_handle *thread, void **value_ptr)