Searched refs:ATOMIC_RELEASE (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/src/ |
D | extent_dss.c | 67 atomic_store_u(&dss_prec_default, (unsigned)dss_prec, ATOMIC_RELEASE); in extent_dss_prec_set() 88 atomic_store_b(&dss_extending, false, ATOMIC_RELEASE); in extent_dss_extending_finish() 101 atomic_store_p(&dss_max, max_cur, ATOMIC_RELEASE); in extent_dss_max_update() 184 ATOMIC_RELEASE); in extent_alloc_dss() 219 ATOMIC_RELEASE); in extent_alloc_dss()
|
D | rtree.c | 121 atomic_store_p(elmp, node, ATOMIC_RELEASE); in rtree_node_init() 147 atomic_store_p(elmp, leaf, ATOMIC_RELEASE); in rtree_leaf_init()
|
D | jemalloc.c | 292 atomic_store_p(&arenas[ind], arena, ATOMIC_RELEASE); in arena_set() 297 atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE); in narenas_total_set() 302 atomic_fetch_add_u(&narenas_total, 1, ATOMIC_RELEASE); in narenas_total_inc() 1252 atomic_store_b(&log_init_done, true, ATOMIC_RELEASE);
|
D | base.c | 416 atomic_store_p(&base->extent_hooks, extent_hooks, ATOMIC_RELEASE); in base_extent_hooks_set()
|
D | arena.c | 1686 atomic_store_u(&arena->dss_prec, (unsigned)dss_prec, ATOMIC_RELEASE); in arena_dss_prec_set()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | rtree.h | 255 atomic_store_p(&elm->le_bits, (void *)bits, ATOMIC_RELEASE); in rtree_leaf_elm_extent_write() 257 atomic_store_p(&elm->le_extent, extent, ATOMIC_RELEASE); in rtree_leaf_elm_extent_write() 273 atomic_store_p(&elm->le_bits, (void *)bits, ATOMIC_RELEASE); in rtree_leaf_elm_szind_write() 275 atomic_store_u(&elm->le_szind, szind, ATOMIC_RELEASE); in rtree_leaf_elm_szind_write() 288 atomic_store_p(&elm->le_bits, (void *)bits, ATOMIC_RELEASE); in rtree_leaf_elm_slab_write() 290 atomic_store_b(&elm->le_slab, slab, ATOMIC_RELEASE); in rtree_leaf_elm_slab_write() 301 atomic_store_p(&elm->le_bits, (void *)bits, ATOMIC_RELEASE); in rtree_leaf_elm_write()
|
D | atomic.h | 43 #define ATOMIC_RELEASE atomic_memory_order_release macro
|
D | background_thread_inlines.h | 34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE); in background_thread_wakeup_time_set()
|
D | extent_inlines.h | 299 atomic_store_p(&extent->e_prof_tctx, tctx, ATOMIC_RELEASE); in extent_prof_tctx_set()
|
/external/jemalloc_new/test/unit/ |
D | retained.c | 94 atomic_fetch_add_u(&nfinished, 1, ATOMIC_RELEASE); in thd_start() 116 atomic_store_u(&nfinished, 0, ATOMIC_RELEASE); in TEST_BEGIN() 117 atomic_store_u(&epoch, e, ATOMIC_RELEASE); in TEST_BEGIN()
|