HomeSort by relevance Sort by last modified time
    Searched refs:background_thread_info (Results 1 - 8 of 8) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
background_thread_externs.h 10 extern background_thread_info_t *background_thread_info;
background_thread_inlines.h 18 return &background_thread_info[arena_ind % ncpus];
private_namespace.h 91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
private_namespace_jet.h 92 #define background_thread_info JEMALLOC_N(background_thread_info) macro
  /external/jemalloc_new/src/
background_thread.c 23 background_thread_info_t *background_thread_info; variable
314 if (info == &background_thread_info[0]) {
394 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
399 background_thread_info_t *info = &background_thread_info[i];
430 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
445 while (background_thread_info[0].state != background_thread_stopped) {
447 &background_thread_info[0])) {
455 &background_thread_info[0], 0);
464 background_thread_info_t *info = &background_thread_info[i];
480 background_thread_info[0].state = background_thread_stopped
    [all...]
ctl.c     [all...]
  /external/jemalloc_new/test/unit/
background_thread.c 79 background_thread_info_t *info = &background_thread_info[0];
arena_reset.c 145 &background_thread_info[arena_ind % ncpus].mtx);
154 &background_thread_info[arena_ind % ncpus].mtx);

Completed in 248 milliseconds