Home
last modified time | relevance | path

Searched refs:witness_t (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dwitness.h4 typedef struct witness_s witness_t; typedef
6 typedef ql_head(witness_t) witness_list_t;
7 typedef int witness_comp_t (const witness_t *, const witness_t *);
66 ql_elm(witness_t) link;
73 void witness_init(witness_t *witness, const char *name, witness_rank_t rank,
76 typedef void (witness_lock_error_t)(const witness_list_t *, const witness_t *);
80 const witness_t *witness);
83 typedef void (witness_owner_error_t)(const witness_t *);
86 void witness_owner_error(const witness_t *witness);
89 typedef void (witness_not_owner_error_t)(const witness_t *);
[all …]
Dmutex.h51 witness_t witness;
/external/jemalloc_new/include/jemalloc/internal/
Dwitness.h73 typedef struct witness_s witness_t; typedef
75 typedef ql_head(witness_t) witness_list_t;
76 typedef int witness_comp_t (const witness_t *, void *, const witness_t *,
100 ql_elm(witness_t) link;
142 void witness_init(witness_t *witness, const char *name, witness_rank_t rank,
145 typedef void (witness_lock_error_t)(const witness_list_t *, const witness_t *);
148 typedef void (witness_owner_error_t)(const witness_t *);
151 typedef void (witness_not_owner_error_t)(const witness_t *);
165 witness_owner(witness_tsd_t *witness_tsd, const witness_t *witness) { in witness_owner()
167 witness_t *w; in witness_owner()
[all …]
Dmutex.h56 witness_t witness;
62 witness_t witness;
/external/jemalloc/test/unit/
Dwitness.c15 const witness_t *witness) in witness_lock_error_intercept()
22 witness_owner_error_intercept(const witness_t *witness) in witness_owner_error_intercept()
29 witness_not_owner_error_intercept(const witness_t *witness) in witness_not_owner_error_intercept()
43 witness_comp(const witness_t *a, const witness_t *b) in witness_comp()
52 witness_comp_reverse(const witness_t *a, const witness_t *b) in witness_comp_reverse()
62 witness_t a, b; in TEST_BEGIN()
90 witness_t a, b, c, d; in TEST_BEGIN()
140 witness_t a, b; in TEST_BEGIN()
172 witness_t a; in TEST_BEGIN()
210 witness_t a; in TEST_BEGIN()
[all …]
/external/jemalloc_new/test/unit/
Dwitness.c15 const witness_t *witness) { in witness_lock_error_intercept()
20 witness_owner_error_intercept(const witness_t *witness) { in witness_owner_error_intercept()
25 witness_not_owner_error_intercept(const witness_t *witness) { in witness_not_owner_error_intercept()
36 witness_comp(const witness_t *a, void *oa, const witness_t *b, void *ob) { in witness_comp()
46 witness_comp_reverse(const witness_t *a, void *oa, const witness_t *b, in witness_comp_reverse()
57 witness_t a, b; in TEST_BEGIN()
97 witness_t a, b, c, d; in TEST_BEGIN()
149 witness_t a, b; in TEST_BEGIN()
180 witness_t a; in TEST_BEGIN()
215 witness_t a; in TEST_BEGIN()
[all …]
/external/jemalloc_new/src/
Dwitness.c9 witness_init(witness_t *witness, const char *name, witness_rank_t rank, in witness_init()
19 const witness_t *witness) { in witness_lock_error_impl()
20 witness_t *w; in witness_lock_error_impl()
32 witness_owner_error_impl(const witness_t *witness) { in witness_owner_error_impl()
41 witness_not_owner_error_impl(const witness_t *witness) { in witness_not_owner_error_impl()
52 witness_t *w; in witness_depth_error_impl()
Dmutex.c118 mutex_addr_comp(const witness_t *witness1, void *mutex1, in mutex_addr_comp()
119 const witness_t *witness2, void *mutex2) { in mutex_addr_comp()
/external/jemalloc/src/
Dwitness.c5 witness_init(witness_t *witness, const char *name, witness_rank_t rank, in witness_init()
19 witness_lock_error(const witness_list_t *witnesses, const witness_t *witness) in witness_lock_error()
21 witness_t *w; in witness_lock_error()
41 witness_owner_error(const witness_t *witness) in witness_owner_error()
59 witness_not_owner_error(const witness_t *witness) in witness_not_owner_error()
80 witness_t *w; in witness_lockless_error()