• Home
  • Raw
  • Download

Lines Matching refs:tsd_tsdn

315 		malloc_mutex_assert_owner(tsd_tsdn(tsd),
318 malloc_mutex_assert_not_owner(tsd_tsdn(tsd),
323 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
333 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
393 tsdn_t *tsdn = tsd_tsdn(tsd);
446 if (background_thread_pause_check(tsd_tsdn(tsd),
454 background_work_sleep_once(tsd_tsdn(tsd),
469 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
477 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
488 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
489 background_thread_wakeup_time_set(tsd_tsdn(tsd), info,
495 if (background_thread_pause_check(tsd_tsdn(tsd),
499 background_work_sleep_once(tsd_tsdn(tsd), info, ind);
503 background_thread_wakeup_time_set(tsd_tsdn(tsd), info, 0);
504 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
531 malloc_mutex_assert_owner(tsd_tsdn(tsd), &background_thread_lock);
533 background_thread_info_init(tsd_tsdn(tsd), info);
541 malloc_mutex_assert_owner(tsd_tsdn(tsd), &background_thread_lock);
548 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
554 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
561 malloc_mutex_lock(tsd_tsdn(tsd), &t0->mtx);
564 malloc_mutex_unlock(tsd_tsdn(tsd), &t0->mtx);
581 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
584 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
596 malloc_mutex_assert_owner(tsd_tsdn(tsd), &background_thread_lock);
610 arena_get(tsd_tsdn(tsd), i, false) == NULL) {
615 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
618 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
631 malloc_mutex_assert_owner(tsd_tsdn(tsd), &background_thread_lock);