HomeSort by: relevance | last modified time | path
    Searched defs:arenas_mtx (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
jemalloc.c 768 static malloc_mutex_t arenas_mtx; /* Protects arenas initialization. */ variable in typeref:typename:malloc_mutex_t
1506 malloc_mutex_lock(&arenas_mtx);
1510 malloc_mutex_unlock(&arenas_mtx);
3562 malloc_mutex_init(&arenas_mtx);
3815 malloc_mutex_lock(&arenas_mtx);
3843 malloc_mutex_unlock(&arenas_mtx);
3863 malloc_mutex_init(&arenas_mtx);

Completed in 14 milliseconds