CUBRID Engine
latest
|
Public Attributes | |
unsigned | dirty_before_hold:1 |
unsigned | dirtied_by_holder:1 |
unsigned | hold_has_write_latch:1 |
unsigned | hold_has_read_latch:1 |
Definition at line 417 of file page_buffer.c.
unsigned pgbuf_holder_stat::dirtied_by_holder |
Definition at line 420 of file page_buffer.c.
Referenced by pgbuf_latch_bcb_upon_fix(), pgbuf_latch_idle_page(), pgbuf_set_dirty_buffer_ptr(), and pgbuf_unfix_debug().
unsigned pgbuf_holder_stat::dirty_before_hold |
Definition at line 419 of file page_buffer.c.
Referenced by pgbuf_latch_bcb_upon_fix(), pgbuf_latch_idle_page(), and pgbuf_unfix_debug().
unsigned pgbuf_holder_stat::hold_has_read_latch |
Definition at line 422 of file page_buffer.c.
Referenced by pgbuf_latch_bcb_upon_fix(), pgbuf_latch_idle_page(), pgbuf_promote_read_latch_debug(), and pgbuf_unfix_debug().
unsigned pgbuf_holder_stat::hold_has_write_latch |
Definition at line 421 of file page_buffer.c.
Referenced by pgbuf_latch_bcb_upon_fix(), pgbuf_latch_idle_page(), pgbuf_promote_read_latch_debug(), and pgbuf_unfix_debug().