Home
last modified time | relevance | path

Searched refs:atomic_read_p (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Drtree.h167 child = atomic_read_p(&elm->pun); in rtree_child_tryread()
200 return (atomic_read_p(&elm->pun)); in rtree_val_read()
219 subtree = atomic_read_p(&rtree->levels[level].subtree_pun); in rtree_subtree_tryread()
Datomic.h14 #define atomic_read_p(p) atomic_add_p(p, NULL) macro
Djemalloc_internal.h830 ret = atomic_read_p((void *)&arenas[ind]); in arena_get()
Darena.h1179 ret = atomic_read_p(&elm->prof_tctx_pun); in arena_prof_tctx_get()
Djemalloc_internal.h.in830 ret = atomic_read_p((void *)&arenas[ind]);
/external/jemalloc/src/
Drtree.c103 node = atomic_read_p((void **)elmp); in rtree_node_init()