Skip to content

File client_support.cpp

FileList > connection > client_support.cpp

Go to the source code of this file

  • #include "config.h"
  • #include <stdio.h>
  • #include <signal.h>
  • #include <sys/param.h>
  • #include <syslog.h>
  • #include <assert.h>
  • #include "porting.h"
  • #include "connection_globals.h"
  • #include "connection_defs.h"
  • #include "tcp.h"
  • #include "transaction_cl.h"
  • #include "error_manager.h"
  • #include "client_support.h"
  • #include "network_interface_cl.h"
  • #include "network.h"

Public Attributes

Type Name
CUB_THREAD_LOCAL class client_support __gv_client_support
pthread_t gv_main_tid

Public Functions

Type Name
pthread_t css_get_thread_id ()
HA_SERVER_STATE css_ha_server_state (void)

Public Static Functions

Type Name
void css_internal_server_shutdown (void)
void get_main_thread_id ()

Public Attributes Documentation

variable __gv_client_support

CUB_THREAD_LOCAL class client_support __gv_client_support;

variable gv_main_tid

pthread_t gv_main_tid;

Public Functions Documentation

function css_get_thread_id

pthread_t css_get_thread_id () 

function css_ha_server_state

HA_SERVER_STATE css_ha_server_state (
    void
) 

Public Static Functions Documentation

function css_internal_server_shutdown

static void css_internal_server_shutdown (
    void
) 

function get_main_thread_id

static void get_main_thread_id () 


The documentation for this class was generated from the following file cubrid/src/connection/client_support.cpp