Home
last modified time | relevance | path

Searched refs:n_background_threads (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/src/
H A Dbackground_thread.c21 size_t n_background_threads; variable
265 n_background_threads--;
309 if (likely(*n_created == n_background_threads)) {
394 n_background_threads--;
401 assert(n_background_threads == 1);
456 n_background_threads++;
504 n_background_threads--;
528 assert(n_background_threads == 0);
583 assert(n_background_threads == 0);
651 n_background_threads = 0;
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h8 extern size_t n_background_threads;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h130 #define n_background_threads JEMALLOC_N(n_background_threads) macro