/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | pool.rs | 154 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 …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/ |
D | pool.rs | 154 pub struct Pool<T, F = fn() -> T>(alloc::boxed::Box<inner::Pool<T, F>>); struct 156 impl<T, F> Pool<T, F> { impl 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 …]
|
/external/rust/android-crates-io/crates/regex/src/ |
D | pool.rs | 103 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> { impl
|
/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 93 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
|
/external/openthread/src/core/common/ |
D | pool.hpp | 63 template <class Type, uint16_t kPoolSize> class Pool : private NonCopyable class 69 Pool(void) in Pool() function in ot::Pool 86 explicit Pool(Instance &aInstance) in Pool() function in ot::Pool
|
/external/rust/android-crates-io/crates/tower/src/balance/pool/ |
D | mod.rs | 301 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> implementation 331 impl<MS, Target, Request> Pool<MS, Target, Request> impl 353 impl<MS, Target, Req> Service<Req> for Pool<MS, Target, Req> implementation
|
/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | pool.rs | 84 pub struct Pool<T, C = DefaultConfig> struct 89 shards: shard::Array<T, C>, 90 _cfg: PhantomData<C>, 381 impl<T> Pool<T> impl 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
|
/external/gmmlib/Source/GmmLib/TranslationTable/ |
D | GmmPageTableMgr.cpp | 190 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
|
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | allocator.rs | 329 struct Pool { struct 330 inner: ManuallyDrop<PoolInner>, argument 332 reserve: Arc<ArrayQueue<PoolInner>>, argument 349 impl Pool { impl 499 impl Drop for Pool { implementation
|
/external/pigweed/pw_allocator/public/pw_allocator/ |
D | pool.h | 34 constexpr Pool(const Capabilities& capabilities, const Layout& layout) in Pool() function
|
/external/armnn/src/backends/reference/ |
D | RefMemoryManager.hpp | 33 class Pool class in armnn::RefMemoryManager
|
/external/armnn/src/dynamic/sample/ |
D | SampleMemoryManager.hpp | 33 class Pool class in sdb::SampleMemoryManager
|
/external/armnn/include/armnnTestUtils/ |
D | MockMemoryManager.hpp | 33 class Pool class in armnn::MockMemoryManager
|
/external/armnn/src/backends/tosaReference/ |
D | TosaRefMemoryManager.hpp | 33 class Pool class in armnn::TosaRefMemoryManager
|
/external/armnn/src/backends/reference/test/ |
D | RefMemoryManagerTests.cpp | 13 using Pool = RefMemoryManager::Pool; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 26 SmallVector<std::string *, 8> Pool; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 46 PoolMap Pool; variable
|
/external/llvm/lib/Target/NVPTX/ |
D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.h | 61 mutable llvm::BumpPtrAllocator Pool; variable
|
/external/pytorch/torch/multiprocessing/ |
D | pool.py | 17 class Pool(multiprocessing.pool.Pool): class
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 53 PoolMap Pool; variable
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volumetexture9.c | 19 D3DPOOL Pool, in NineVolumeTexture9_ctor() 269 D3DPOOL Pool, in NineVolumeTexture9_new()
|
D | texture9.c | 30 D3DPOOL Pool, in NineTexture9_ctor() 368 D3DPOOL Pool, in NineTexture9_new()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.h | 29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
|