Skip to content

Struct fileio_thread_info

ClassList > fileio_thread_info

  • #include <file_io.h>

Public Attributes

Type Name
int act_r_threads
int check_npages
int check_ratio
int end_r_threads
int errid
int from_npages
bool initialized
FILEIO_QUEUE io_queue
FILEIO_TYPE io_type
pthread_mutex_t mtx
int num_threads
bool only_updated_pages
int pageid
pthread_cond_t rcv
int tran_index
pthread_cond_t wcv

Public Attributes Documentation

variable act_r_threads

int fileio_thread_info::act_r_threads;

variable check_npages

int fileio_thread_info::check_npages;

variable check_ratio

int fileio_thread_info::check_ratio;

variable end_r_threads

int fileio_thread_info::end_r_threads;

variable errid

int fileio_thread_info::errid;

variable from_npages

int fileio_thread_info::from_npages;

variable initialized

bool fileio_thread_info::initialized;

variable io_queue

FILEIO_QUEUE fileio_thread_info::io_queue;

variable io_type

FILEIO_TYPE fileio_thread_info::io_type;

variable mtx

pthread_mutex_t fileio_thread_info::mtx;

variable num_threads

int fileio_thread_info::num_threads;

variable only_updated_pages

bool fileio_thread_info::only_updated_pages;

variable pageid

int fileio_thread_info::pageid;

variable rcv

pthread_cond_t fileio_thread_info::rcv;

variable tran_index

int fileio_thread_info::tran_index;

variable wcv

pthread_cond_t fileio_thread_info::wcv;


The documentation for this class was generated from the following file cubrid/src/storage/file_io.h