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

Data Fields

uint64_t n_acquires
 
uint64_t n_deadlocks_found
 
int n_held
 
int n_lockers
 
int n_objects
 
uint64_t n_releases
 
uint64_t n_timeouts
 
int n_waiting
 

Detailed Description

Definition at line 144 of file xtc_lockmgr.h.

Field Documentation

◆ n_acquires

uint64_t xtc_lockmgr_stat_t::n_acquires

Definition at line 149 of file xtc_lockmgr.h.

◆ n_deadlocks_found

uint64_t xtc_lockmgr_stat_t::n_deadlocks_found

Definition at line 151 of file xtc_lockmgr.h.

◆ n_held

int xtc_lockmgr_stat_t::n_held

Definition at line 145 of file xtc_lockmgr.h.

◆ n_lockers

int xtc_lockmgr_stat_t::n_lockers

Definition at line 148 of file xtc_lockmgr.h.

◆ n_objects

int xtc_lockmgr_stat_t::n_objects

Definition at line 147 of file xtc_lockmgr.h.

◆ n_releases

uint64_t xtc_lockmgr_stat_t::n_releases

Definition at line 150 of file xtc_lockmgr.h.

◆ n_timeouts

uint64_t xtc_lockmgr_stat_t::n_timeouts

Definition at line 152 of file xtc_lockmgr.h.

◆ n_waiting

int xtc_lockmgr_stat_t::n_waiting

Definition at line 146 of file xtc_lockmgr.h.


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