OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:malloc_mutex_unlock
(Results
1 - 18
of
18
) sorted by null
/external/jemalloc/src/
android_je_mallinfo.c
31
malloc_mutex_unlock
(&arenas[i]->lock);
38
malloc_mutex_unlock
(&bin->lock);
42
malloc_mutex_unlock
(&arenas_lock);
67
malloc_mutex_unlock
(&arenas[aidx]->lock);
74
malloc_mutex_unlock
(&bin->lock);
78
malloc_mutex_unlock
(&arenas_lock);
95
malloc_mutex_unlock
(&bin->lock);
98
malloc_mutex_unlock
(&arenas_lock);
chunk_dss.c
52
malloc_mutex_unlock
(&dss_mtx);
64
malloc_mutex_unlock
(&dss_mtx);
125
malloc_mutex_unlock
(&dss_mtx);
133
malloc_mutex_unlock
(&dss_mtx);
152
malloc_mutex_unlock
(&dss_mtx);
170
malloc_mutex_unlock
(&dss_mtx);
mutex.c
120
malloc_mutex_unlock
(mutex);
128
malloc_mutex_unlock
(mutex);
prof.c
221
malloc_mutex_unlock
(tctx->tdata->lock);
239
malloc_mutex_unlock
(tctx->tdata->lock);
255
malloc_mutex_unlock
(tctx->tdata->lock);
290
malloc_mutex_unlock
(&bt2gctx_mtx);
596
malloc_mutex_unlock
(gctx->lock);
604
malloc_mutex_unlock
(gctx->lock);
652
malloc_mutex_unlock
(tdata->lock);
694
malloc_mutex_unlock
(gctx->lock);
745
malloc_mutex_unlock
(gctx.p->lock);
776
malloc_mutex_unlock
(tdata->lock)
[
all
...]
huge.c
100
malloc_mutex_unlock
(&arena->huge_mtx);
176
malloc_mutex_unlock
(&arena->huge_mtx);
236
malloc_mutex_unlock
(&arena->huge_mtx);
254
malloc_mutex_unlock
(&arena->huge_mtx);
269
malloc_mutex_unlock
(&arena->huge_mtx);
391
malloc_mutex_unlock
(&arena->huge_mtx);
420
malloc_mutex_unlock
(&arena->huge_mtx);
436
malloc_mutex_unlock
(&arena->huge_mtx);
451
malloc_mutex_unlock
(&arena->huge_mtx);
tsd.c
175
malloc_mutex_unlock
(&head->lock);
183
malloc_mutex_unlock
(&head->lock);
193
malloc_mutex_unlock
(&head->lock);
chunk.c
72
malloc_mutex_unlock
(&arena->chunks_mtx);
107
malloc_mutex_unlock
(&arena->chunks_mtx);
235
malloc_mutex_unlock
(&arena->chunks_mtx);
254
malloc_mutex_unlock
(&arena->chunks_mtx);
275
malloc_mutex_unlock
(&arena->chunks_mtx);
284
malloc_mutex_unlock
(&arena->chunks_mtx);
299
malloc_mutex_unlock
(&arena->chunks_mtx);
304
malloc_mutex_unlock
(&arena->chunks_mtx);
564
malloc_mutex_unlock
(&arena->chunks_mtx);
tcache.c
145
malloc_mutex_unlock
(&bin->lock);
158
malloc_mutex_unlock
(&bin->lock);
227
malloc_mutex_unlock
(&locked_arena->lock);
242
malloc_mutex_unlock
(&arena->lock);
261
malloc_mutex_unlock
(&arena->lock);
293
malloc_mutex_unlock
(&arena->lock);
370
malloc_mutex_unlock
(&bin->lock);
383
malloc_mutex_unlock
(&arena->lock);
429
malloc_mutex_unlock
(&bin->lock);
base.c
126
malloc_mutex_unlock
(&base_mtx);
140
malloc_mutex_unlock
(&base_mtx);
arena.c
612
malloc_mutex_unlock
(&arena->lock);
875
malloc_mutex_unlock
(&arena->node_cache_mtx);
879
malloc_mutex_unlock
(&arena->node_cache_mtx);
890
malloc_mutex_unlock
(&arena->node_cache_mtx);
910
malloc_mutex_unlock
(&arena->lock);
935
malloc_mutex_unlock
(&arena->lock);
959
malloc_mutex_unlock
(&arena->lock);
977
malloc_mutex_unlock
(&arena->lock);
1002
malloc_mutex_unlock
(&arena->lock);
1024
malloc_mutex_unlock
(&arena->lock)
[
all
...]
ctl.c
803
malloc_mutex_unlock
(&ctl_mtx);
1105
malloc_mutex_unlock
(&ctl_mtx); \
1126
malloc_mutex_unlock
(&ctl_mtx); \
1145
malloc_mutex_unlock
(&ctl_mtx); \
[
all
...]
jemalloc.c
449
malloc_mutex_unlock
(&arenas_lock);
612
malloc_mutex_unlock
(&arenas_lock);
617
malloc_mutex_unlock
(&arenas_lock);
708
malloc_mutex_unlock
(&arena->lock);
1211
malloc_mutex_unlock
(&init_lock);
1278
malloc_mutex_unlock
(&init_lock);
1293
malloc_mutex_unlock
(&init_lock);
[
all
...]
/external/jemalloc/include/jemalloc/internal/
mutex.h
67
void
malloc_mutex_unlock
(malloc_mutex_t *mutex);
91
malloc_mutex_unlock
(malloc_mutex_t *mutex)
function
mb.h
109
malloc_mutex_unlock
(&mtx);
private_symbols.txt
311
malloc_mutex_unlock
private_namespace.h
313
#define
malloc_mutex_unlock
JEMALLOC_N(
malloc_mutex_unlock
)
macro
private_unnamespace.h
313
#undef
malloc_mutex_unlock
macro
arena.h
[
all
...]
Completed in 762 milliseconds