Home
last modified time | relevance | path

Searched refs:ATOMIC_RELEASE (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/src/
Dextent_dss.c67 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()
Drtree.c121 atomic_store_p(elmp, node, ATOMIC_RELEASE); in rtree_node_init()
147 atomic_store_p(elmp, leaf, ATOMIC_RELEASE); in rtree_leaf_init()
Djemalloc.c292 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);
Dbase.c416 atomic_store_p(&base->extent_hooks, extent_hooks, ATOMIC_RELEASE); in base_extent_hooks_set()
Darena.c1686 atomic_store_u(&arena->dss_prec, (unsigned)dss_prec, ATOMIC_RELEASE); in arena_dss_prec_set()
/external/jemalloc_new/include/jemalloc/internal/
Drtree.h255 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()
Datomic.h43 #define ATOMIC_RELEASE atomic_memory_order_release macro
Dbackground_thread_inlines.h34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE); in background_thread_wakeup_time_set()
Dextent_inlines.h299 atomic_store_p(&extent->e_prof_tctx, tctx, ATOMIC_RELEASE); in extent_prof_tctx_set()
/external/jemalloc_new/test/unit/
Dretained.c94 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()