OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:witness_t
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
witness.h
4
typedef struct witness_s
witness_t
;
typedef in typeref:struct:witness_s
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)
[
all
...]
mutex.h
51
witness_t
witness;
/external/jemalloc/src/
witness.c
5
witness_init(
witness_t
*witness, const char *name, witness_rank_t rank,
19
witness_lock_error(const witness_list_t *witnesses, const
witness_t
*witness)
21
witness_t
*w;
41
witness_owner_error(const
witness_t
*witness)
59
witness_not_owner_error(const
witness_t
*witness)
80
witness_t
*w;
/external/jemalloc/test/unit/
witness.c
15
const
witness_t
*witness)
22
witness_owner_error_intercept(const
witness_t
*witness)
29
witness_not_owner_error_intercept(const
witness_t
*witness)
43
witness_comp(const
witness_t
*a, const
witness_t
*b)
52
witness_comp_reverse(const
witness_t
*a, const
witness_t
*b)
62
witness_t
a, b;
90
witness_t
a, b, c, d;
140
witness_t
a, b
[
all
...]
Completed in 456 milliseconds