CUBRID Engine
latest
|
Public Attributes | |
pthread_mutex_t | mutex |
QMGR_TEMP_FILE * | list |
int | count |
Definition at line 111 of file query_manager.c.
int qmgr_temp_file_list::count |
Definition at line 115 of file query_manager.c.
Referenced by qmgr_finalize_temp_file_list(), qmgr_get_temp_file_from_list(), qmgr_initialize_temp_file_list(), and qmgr_put_temp_file_into_list().
QMGR_TEMP_FILE* qmgr_temp_file_list::list |
Definition at line 114 of file query_manager.c.
Referenced by qmgr_finalize_temp_file_list(), qmgr_get_temp_file_from_list(), qmgr_initialize(), qmgr_initialize_temp_file_list(), and qmgr_put_temp_file_into_list().
pthread_mutex_t qmgr_temp_file_list::mutex |
Definition at line 113 of file query_manager.c.
Referenced by qmgr_finalize_temp_file_list(), qmgr_get_temp_file_from_list(), qmgr_initialize_temp_file_list(), and qmgr_put_temp_file_into_list().