libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_lockmgr_opts_t Struct Reference

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
 

Detailed Description

Definition at line 98 of file xtc_lockmgr.h.

Field Documentation

◆ conflicts

const uint8_t* xtc_lockmgr_opts_t::conflicts

Definition at line 112 of file xtc_lockmgr.h.

◆ detect_interval_ns

int64_t xtc_lockmgr_opts_t::detect_interval_ns

Definition at line 100 of file xtc_lockmgr.h.

◆ detect_mode

xtc_lock_detect_mode_t xtc_lockmgr_opts_t::detect_mode

Definition at line 102 of file xtc_lockmgr.h.

◆ n_modes

int xtc_lockmgr_opts_t::n_modes

Definition at line 113 of file xtc_lockmgr.h.

◆ n_partitions

int xtc_lockmgr_opts_t::n_partitions

Definition at line 99 of file xtc_lockmgr.h.

◆ victim

xtc_lock_victim_policy_t xtc_lockmgr_opts_t::victim

Definition at line 101 of file xtc_lockmgr.h.

◆ victim_pick_fn

xtc_lock_victim_pick_fn xtc_lockmgr_opts_t::victim_pick_fn

Definition at line 106 of file xtc_lockmgr.h.

◆ victim_pick_user

void* xtc_lockmgr_opts_t::victim_pick_user

Definition at line 107 of file xtc_lockmgr.h.


The documentation for this struct was generated from the following file: