Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dpool.rs154 pub struct Pool<T, F = fn() -> T>(alloc::boxed::Box<inner::Pool<T, F>>); struct
156 impl<T, F> Pool<T, F> { implementation
164 impl<T: Send, F: Fn() -> T> Pool<T, F> { implementation
186 impl<T: core::fmt::Debug, F> core::fmt::Debug for Pool<T, F> { implementation
374 pub(super) struct Pool<T, F> { struct
377 create: F,
384 stacks: Vec<CacheLine<Mutex<Vec<Box<T>>>>>,
393 owner: AtomicUsize,
399 owner_val: UnsafeCell<Option<T>>,
431 unsafe impl<T: Send, F: Send + Sync> Sync for Pool<T, F> {} implementation
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dpool.go51 type Pool struct { struct
52 noCopy noCopy
54 local unsafe.Pointer // local fixed-size per-P pool, actual type is [P]poolLocal
55 localSize uintptr // size of the local array
57 victim unsafe.Pointer // local from previous cycle
58 victimSize uintptr // size of victims array
63 New func() any
99 func (p *Pool) Put(x any) {
131 func (p *Pool) Get() any {
160 func (p *Pool) getSlow(pid int) any {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dpool.rs103 pub struct Pool<T> { struct
120 /// the Pool. argument
124 // SAFETY: Since we want to use a Pool from multiple threads simultaneously argument
154 unsafe impl<T: Send> Sync for Pool<T> {} implementation
156 impl<T: ::std::fmt::Debug> ::std::fmt::Debug for Pool<T> { implementation
179 impl<T: Send> Pool<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dpool.rs84 pub struct Pool<T, C = DefaultConfig> struct
89 shards: shard::Array<T, C>,
90 _cfg: PhantomData<C>,
381 impl<T> Pool<T> implementation
400 impl<T, C> Pool<T, C> implementation
836 unsafe impl<T, C> Send for Pool<T, C> implementation
842 unsafe impl<T, C> Sync for Pool<T, C> implementation
849 impl<T> Default for Pool<T> implementation
858 impl<T, C> fmt::Debug for Pool<T, C> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/pool/
Dmod.rs301 pub struct Pool<MS, Target, Request> struct
309 balance: Balance<Pin<Box<PoolDiscoverer<MS, Target, Request>>>, Request>, argument
314 impl<MS, Target, Request> fmt::Debug for Pool<MS, Target, Request> argument
331 impl<MS, Target, Request> Pool<MS, Target, Request> implementation
353 impl<MS, Target, Req> Service<Req> for Pool<MS, Target, Req> implementation
/aosp_15_r20/external/llvm/unittests/Support/
H A DThreadPool.cpp93 ThreadPool Pool; in TEST_F() local
113 ThreadPool Pool; in TEST_F() local
123 ThreadPool Pool; in TEST_F() local
138 ThreadPool Pool{2}; in TEST_F() local
157 ThreadPool Pool; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dallocator.rs329 struct Pool { struct
330 inner: ManuallyDrop<PoolInner>, argument
332 reserve: Arc<ArrayQueue<PoolInner>>, argument
349 impl Pool { implementation
499 impl Drop for Pool { implementation
/aosp_15_r20/external/gmmlib/Source/GmmLib/TranslationTable/
H A DGmmPageTableMgr.cpp190 GmmLib::GMM_PAGETABLEPool *Pool = NULL, *PrevPool = NULL; in __ReleaseUnusedPool() local
262 GmmLib::GMM_PAGETABLEPool *Pool = pPool; in __GetFreePoolNode() local
300 GMM_PAGETABLEPool *Pool = NULL; in __GetFreePoolNode() local
647 GmmLib::GMM_PAGETABLEPool *Pool; in GetPageTableBOList() local
H A DGmmUmdTranslationTable.h103 #define ASSIGN_POOLNODE(Pool, NodeIdx, PerTableNodes) { \ argument
109 #define DEASSIGN_POOLNODE(PageTableMgr, UmdContext, Pool, NodeIdx, PerTableNodes) { \ argument
341 MidLevelTable(GMM_PAGETABLEPool *Pool, int NodeIdx, SyncInfo Info) : MidLevelTable() in MidLevelTable()
H A DGmmUmdTranslationTable.cpp110 GmmLib::GMM_PAGETABLEPool *Pool = NULL; in __IsUnusedTRTTPoolOverLimit() local
311 GmmLib::GMM_PAGETABLEPool *Pool = NULL; in GetL1L2TableAddr() local
/aosp_15_r20/external/openthread/src/core/common/
H A Dpool.hpp65 template <class Type, uint16_t kPoolSize> class Pool : private NonCopyable class
72 Pool(void) in Pool() function in ot::Pool
90 explicit Pool(Instance &aInstance) in Pool() function in ot::Pool
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dpool.rs24 pub(super) struct Pool<T> { struct
26 inner: Option<Arc<Mutex<PoolInner<T>>>>, argument
108 impl<T> Pool<T> { impl
146 impl<T: Poolable> Pool<T> { impl
482 impl<T> Clone for Pool<T> { implementation
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DPool.java9 abstract class Pool<T> { class
15 public Pool(int initCapacity, Callback<T> callback) { in Pool() method in Pool
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java87 private static class Pool implements SafeCloseable { class in LauncherIcons
94 private Pool(Context context) { in Pool() method in LauncherIcons.Pool
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dvolumetexture9.c19 D3DPOOL Pool, in NineVolumeTexture9_ctor()
269 D3DPOOL Pool, in NineVolumeTexture9_new()
H A Dtexture9.c30 D3DPOOL Pool, in NineTexture9_ctor()
368 D3DPOOL Pool, in NineTexture9_new()
H A Dcubetexture9.c23 D3DPOOL Pool, in NineCubeTexture9_ctor()
329 D3DPOOL Pool, in NineCubeTexture9_new()
H A Ddevice9.c1150 D3DPOOL Pool, in NineDevice9_CreateTexture()
1186 D3DPOOL Pool, in NineDevice9_CreateVolumeTexture()
1219 D3DPOOL Pool, in NineDevice9_CreateCubeTexture()
1252 D3DPOOL Pool, in NineDevice9_CreateVertexBuffer()
1291 D3DPOOL Pool, in NineDevice9_CreateIndexBuffer()
1327 D3DPOOL Pool, in create_zs_or_rt_surface()
1973 D3DPOOL Pool, in NineDevice9_CreateOffscreenPlainSurface()
H A Dnine_lock.c741 D3DPOOL Pool, in LockDevice9_CreateTexture()
760 D3DPOOL Pool, in LockDevice9_CreateVolumeTexture()
777 D3DPOOL Pool, in LockDevice9_CreateCubeTexture()
793 D3DPOOL Pool, in LockDevice9_CreateVertexBuffer()
809 D3DPOOL Pool, in LockDevice9_CreateIndexBuffer()
939 D3DPOOL Pool, in LockDevice9_CreateOffscreenPlainSurface()
2211 D3DPOOL Pool, in LockDevice9Ex_CreateOffscreenPlainSurfaceEx()
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst50 Pool section in Core interfaces
62 Both ``Allocator`` and ``Pool`` derive from and extend ``Deallocator``. This argument
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp174 ContainerType Pool; member in Ice::__anona455ce5b0111::TypePool
192 std::vector<ConstantUndef *> Pool; member in Ice::__anona455ce5b0111::UndefPool
273 auto Pool = Ctx->getConstPool(); in dump() local
/aosp_15_r20/build/blueprint/
H A Dninja_defs.go64 Pool Pool // The Ninja pool to which the rule belongs. member
135 Pool Pool member
H A Dscope.go37 type Pool interface { interface
441 func (m *nameTracker) Pool(p Pool) string { func
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambdaImpl.java83 static class Pool extends Pools.SynchronizedPool<PooledLambdaImpl> { class in PooledLambdaImpl
85 public Pool(Object lock) { in Pool() method in PooledLambdaImpl.Pool
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs668 struct Pool<S> { struct
677 const EMPTY_POOL: Pool<S> = Pool { argument

12345678910>>...23