Searched refs:malloc_mutex_init (Results 1 – 11 of 11) sorted by relevance
| /third_party/ulib/jemalloc/src/ |
| A D | mutex.c | 71 malloc_mutex_init(malloc_mutex_t *mutex, const char *name, witness_rank_t rank) in malloc_mutex_init() function 129 if (malloc_mutex_init(mutex, mutex->witness.name, in malloc_mutex_postfork_child()
|
| A D | prof.c | 2268 if (malloc_mutex_init(&prof_active_mtx, "prof_active", in prof_boot2() 2273 if (malloc_mutex_init(&prof_gdump_mtx, "prof_gdump", in prof_boot2() 2278 if (malloc_mutex_init(&prof_thread_active_init_mtx, in prof_boot2() 2286 if (malloc_mutex_init(&bt2gctx_mtx, "prof_bt2gctx", in prof_boot2() 2291 if (malloc_mutex_init(&tdatas_mtx, "prof_tdatas", in prof_boot2() 2296 if (malloc_mutex_init(&next_thr_uid_mtx, "prof_next_thr_uid", in prof_boot2() 2300 if (malloc_mutex_init(&prof_dump_seq_mtx, "prof_dump_seq", in prof_boot2() 2303 if (malloc_mutex_init(&prof_dump_mtx, "prof_dump", in prof_boot2() 2320 if (malloc_mutex_init(&gctx_locks[i], "prof_gctx", in prof_boot2() 2331 if (malloc_mutex_init(&tdata_locks[i], "prof_tdata", in prof_boot2()
|
| A D | rtree.c | 61 malloc_mutex_init(&rtree->init_lock, "rtree", WITNESS_RANK_RTREE); in rtree_new()
|
| A D | arena.c | 1708 if (malloc_mutex_init(&arena->lock, "arena", WITNESS_RANK_ARENA)) in arena_new() 1740 if (malloc_mutex_init(&arena->large_mtx, "arena_large", in arena_new() 1752 if (malloc_mutex_init(&arena->extents_mtx, "arena_extents", in arena_new() 1760 if (malloc_mutex_init(&arena->extent_cache_mtx, "arena_extent_cache", in arena_new() 1767 if (malloc_mutex_init(&bin->lock, "arena_bin", in arena_new()
|
| A D | base.c | 226 if (malloc_mutex_init(&base->mtx, "base", WITNESS_RANK_BASE)) { in base_new()
|
| A D | jemalloc.c | 225 malloc_mutex_init(&init_lock, "init", WITNESS_RANK_INIT); in JEMALLOC_ATTR() 1207 if (malloc_mutex_init(&arenas_lock, "arenas", WITNESS_RANK_ARENAS)) in malloc_init_hard_a0_locked()
|
| A D | ctl.c | 1026 if (malloc_mutex_init(&ctl_mtx, "ctl", WITNESS_RANK_CTL)) in ctl_boot()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | mutex_externs.h | 13 bool malloc_mutex_init(malloc_mutex_t *mutex, const char *name,
|
| A D | private_symbols.txt | 275 malloc_mutex_init
|
| A D | private_namespace.h | 275 #define malloc_mutex_init JEMALLOC_N(malloc_mutex_init) macro
|
| A D | private_unnamespace.h | 275 #undef malloc_mutex_init
|
Completed in 27 milliseconds