|
CUBRID Engine
latest
|
#include <thread_entry.hpp>

Public Attributes | |
| struct timeval | cs_waits |
| struct timeval | lock_waits |
| struct timeval | latch_waits |
| struct timeval | temp_expand_time |
| int | temp_expand_pages |
| bool | trace_slow_query |
| int | trace_log_flush_time |
Definition at line 99 of file thread_entry.hpp.
| struct timeval event_stat::cs_waits |
Definition at line 103 of file thread_entry.hpp.
| struct timeval event_stat::latch_waits |
Definition at line 105 of file thread_entry.hpp.
Referenced by thread_suspend_wakeup_and_unlock_entry().
| struct timeval event_stat::lock_waits |
Definition at line 104 of file thread_entry.hpp.
Referenced by thread_suspend_wakeup_and_unlock_entry().
| int event_stat::temp_expand_pages |
Definition at line 109 of file thread_entry.hpp.
| struct timeval event_stat::temp_expand_time |
Definition at line 108 of file thread_entry.hpp.
| int event_stat::trace_log_flush_time |
Definition at line 115 of file thread_entry.hpp.
Referenced by log_is_log_flush_daemon_available().
| bool event_stat::trace_slow_query |
Definition at line 112 of file thread_entry.hpp.
Referenced by thread_suspend_wakeup_and_unlock_entry().