|
libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
|
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 |
Definition at line 144 of file xtc_lockmgr.h.
| uint64_t xtc_lockmgr_stat_t::n_acquires |
Definition at line 149 of file xtc_lockmgr.h.
| uint64_t xtc_lockmgr_stat_t::n_deadlocks_found |
Definition at line 151 of file xtc_lockmgr.h.
| int xtc_lockmgr_stat_t::n_held |
Definition at line 145 of file xtc_lockmgr.h.
| int xtc_lockmgr_stat_t::n_lockers |
Definition at line 148 of file xtc_lockmgr.h.
| int xtc_lockmgr_stat_t::n_objects |
Definition at line 147 of file xtc_lockmgr.h.
| uint64_t xtc_lockmgr_stat_t::n_releases |
Definition at line 150 of file xtc_lockmgr.h.
| uint64_t xtc_lockmgr_stat_t::n_timeouts |
Definition at line 152 of file xtc_lockmgr.h.
| int xtc_lockmgr_stat_t::n_waiting |
Definition at line 146 of file xtc_lockmgr.h.