HomeSort by relevance Sort by last modified time
    Searched defs:witnesses (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
witness.c 19 witness_lock_error(const witness_list_t *witnesses, const witness_t *witness)
24 ql_foreach(w, witnesses, link) {
78 witness_lockless_error(const witness_list_t *witnesses)
83 ql_foreach(w, witnesses, link) {
130 witness_list_t *witnesses; local
132 witnesses = tsd_witnessesp_get(tsd);
133 ql_new(witnesses);
  /external/jemalloc/include/jemalloc/internal/
witness.h 10 * Lock ranks. Witnesses with rank WITNESS_RANK_OMIT are completely ignored by
53 * Witness rank, where 0 is lowest and UINT_MAX is highest. Witnesses
59 * If two witnesses are of equal rank and they have the samp comp
61 * between witnesses of equal rank.
79 void witness_lock_error(const witness_list_t *witnesses,
98 void witness_lockless_error(const witness_list_t *witnesses);
124 witness_list_t *witnesses; local
127 witnesses = tsd_witnessesp_get(tsd);
128 ql_foreach(w, witnesses, link) {
159 witness_list_t *witnesses; local
182 witness_list_t *witnesses; local
202 witness_list_t *witnesses; local
242 witness_list_t *witnesses; local
    [all...]

Completed in 261 milliseconds