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

  /src/external/bsd/jemalloc/dist/src/
background_thread.c 24 background_thread_info_t *background_thread_info; variable
234 if (info == &background_thread_info[0]) {
314 malloc_mutex_unlock(tsdn, &background_thread_info[0].mtx);
319 background_thread_info_t *info = &background_thread_info[i];
350 malloc_mutex_lock(tsdn, &background_thread_info[0].mtx);
365 while (background_thread_info[0].state != background_thread_stopped) {
367 &background_thread_info[0])) {
375 &background_thread_info[0], 0);
384 background_thread_info_t *info = &background_thread_info[i];
400 background_thread_info[0].state = background_thread_stopped
    [all...]
  /src/external/bsd/jemalloc.old/dist/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...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
private_namespace.h 91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 91 #define background_thread_info JEMALLOC_N(background_thread_info) macro
private_namespace.h 91 #define background_thread_info JEMALLOC_N(background_thread_info) macro

Completed in 27 milliseconds