Home
last modified time | relevance | path

Searched refs:kThreadIsolatedPoolHandle (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/thread_isolation/
H A Dthread_isolation.cc72 AddressPoolManager::GetInstance().GetPool(kThreadIsolatedPoolHandle); in WriteProtectThreadIsolatedGlobals()
78 GetReservationOffsetTable(kThreadIsolatedPoolHandle); in WriteProtectThreadIsolatedGlobals()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_constants.h298 kThreadIsolatedPoolHandle, enumerator
330 static_assert(kThreadIsolatedPoolHandle == kNumPools,
H A Dpartition_address_space.cc344 kThreadIsolatedPoolHandle, setup_.thread_isolated_pool_base_address_, in InitThreadIsolatedPool()
417 AddressPoolManager::GetInstance().Remove(kThreadIsolatedPoolHandle); in UninitThreadIsolatedPoolForTesting()
H A Dpartition_page.cc341 || pool == kThreadIsolatedPoolHandle in UnmapNow()
H A Dpartition_address_space.h90 pool = kThreadIsolatedPoolHandle; in PA_COMPONENT_EXPORT()
H A Daddress_pool_manager.cc311 GetPoolStats(kThreadIsolatedPoolHandle, &stats->thread_isolated_pool_stats); in GetStats()
H A Dpartition_root.cc864 if (pool_handle == internal::kThreadIsolatedPoolHandle) { in DestructForTesting()
H A Dpartition_root.h687 return internal::kThreadIsolatedPoolHandle; in PA_COMPONENT_EXPORT()