CUBRID Engine
latest
|
Public Attributes | |
SYNC_STATS | block [NUM_ENTRIES_OF_SYNC_STATS_BLOCK] |
SYNC_STATS_CHUNK * | next |
int | hint_free_entry_idx |
int | num_entry_in_use |
Definition at line 114 of file critical_section.c.
SYNC_STATS sync_stats_chunk::block[NUM_ENTRIES_OF_SYNC_STATS_BLOCK] |
Definition at line 116 of file critical_section.c.
Referenced by rmutex_dump_statistics(), rwlock_dump_statistics(), sync_allocate_sync_stats(), sync_consume_sync_stats_from_pool(), sync_deallocate_sync_stats(), sync_initialize_sync_stats_chunk(), and sync_return_sync_stats_to_pool().
int sync_stats_chunk::hint_free_entry_idx |
Definition at line 118 of file critical_section.c.
Referenced by sync_allocate_sync_stats(), sync_consume_sync_stats_from_pool(), sync_initialize_sync_stats_chunk(), and sync_return_sync_stats_to_pool().
SYNC_STATS_CHUNK* sync_stats_chunk::next |
Definition at line 117 of file critical_section.c.
Referenced by rmutex_dump_statistics(), rwlock_dump_statistics(), sync_allocate_sync_stats(), sync_deallocate_sync_stats(), sync_finalize_sync_stats(), and sync_initialize_sync_stats_chunk().
int sync_stats_chunk::num_entry_in_use |
Definition at line 119 of file critical_section.c.
Referenced by rmutex_dump_statistics(), rwlock_dump_statistics(), sync_allocate_sync_stats(), sync_consume_sync_stats_from_pool(), sync_deallocate_sync_stats(), sync_initialize_sync_stats_chunk(), and sync_return_sync_stats_to_pool().