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

  /src/external/bsd/jemalloc/dist/src/
background_thread.c 22 size_t max_background_threads; variable
194 for (unsigned i = ind; i < narenas; i += max_background_threads) {
315 for (unsigned i = 1; i < max_background_threads; i++) {
358 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
360 for (i = 1; i < max_background_threads; i++) {
383 for (i = 1; i < max_background_threads; i++) {
430 assert(thread_ind < max_background_threads);
465 size_t thread_ind = arena_ind % max_background_threads;
532 VARIABLE_ARRAY(bool, marked, max_background_threads);
534 for (unsigned i = 0; i < max_background_threads; i++)
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
background_thread.c 21 size_t max_background_threads; variable
292 for (unsigned i = ind; i < narenas; i += max_background_threads) {
395 for (unsigned i = 1; i < max_background_threads; i++) {
438 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
440 for (i = 1; i < max_background_threads; i++) {
463 for (i = 1; i < max_background_threads; i++) {
510 assert(thread_ind < max_background_threads);
544 size_t thread_ind = arena_ind % max_background_threads;
598 VARIABLE_ARRAY(bool, marked, max_background_threads);
600 for (i = 0; i < max_background_threads; i++)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 102 #define max_background_threads JEMALLOC_N(max_background_threads) macro
private_namespace.h 102 #define max_background_threads JEMALLOC_N(max_background_threads) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 102 #define max_background_threads JEMALLOC_N(max_background_threads) macro
private_namespace.h 102 #define max_background_threads JEMALLOC_N(max_background_threads) macro

Completed in 65 milliseconds