|
libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
|
Data Fields | |
| const uint8_t * | conflicts |
| int64_t | detect_interval_ns |
| xtc_lock_detect_mode_t | detect_mode |
| int | n_modes |
| int | n_partitions |
| xtc_lock_victim_policy_t | victim |
| xtc_lock_victim_pick_fn | victim_pick_fn |
| void * | victim_pick_user |
Definition at line 98 of file xtc_lockmgr.h.
| const uint8_t* xtc_lockmgr_opts_t::conflicts |
Definition at line 112 of file xtc_lockmgr.h.
| int64_t xtc_lockmgr_opts_t::detect_interval_ns |
Definition at line 100 of file xtc_lockmgr.h.
| xtc_lock_detect_mode_t xtc_lockmgr_opts_t::detect_mode |
Definition at line 102 of file xtc_lockmgr.h.
| int xtc_lockmgr_opts_t::n_modes |
Definition at line 113 of file xtc_lockmgr.h.
| int xtc_lockmgr_opts_t::n_partitions |
Definition at line 99 of file xtc_lockmgr.h.
| xtc_lock_victim_policy_t xtc_lockmgr_opts_t::victim |
Definition at line 101 of file xtc_lockmgr.h.
| xtc_lock_victim_pick_fn xtc_lockmgr_opts_t::victim_pick_fn |
Definition at line 106 of file xtc_lockmgr.h.
| void* xtc_lockmgr_opts_t::victim_pick_user |
Definition at line 107 of file xtc_lockmgr.h.