Home
last modified time | relevance | path

Searched refs:n_lock_ops (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h153 data->n_lock_ops++; in mutex_owner_stats_update()
197 sum->n_lock_ops += data->n_lock_ops; in malloc_mutex_prof_merge()
Dmutex_prof.h96 uint64_t n_lock_ops; member
/external/jemalloc_new/src/
Dctl.c2796 l.n_lock_ops, uint64_t) \ in CTL_RO_NL_CGEN()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46777 - data->n_lock_ops++;
46822 - sum->n_lock_ops += data->n_lock_ops;
46897 - data->n_lock_ops += source->n_lock_ops;
46926 - if (source->n_lock_ops > data->n_lock_ops) {
46927 - data->n_lock_ops = source->n_lock_ops;
46990 - OP(num_ops, uint64_t, "n_lock_ops", false, num_ops) \
47052 - uint64_t n_lock_ops;
69499 - l.n_lock_ops, uint64_t) \