Home
last modified time | relevance | path

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

123

/third_party/ninja/src/
Dstate.h40 struct Pool { struct
41 Pool(const std::string& name, int depth) in Pool() argument
50 /// true if the Pool might delay this edge argument
53 /// informs this Pool that the given edge is committed to be run. argument
93 static Pool kDefaultPool; argument
/third_party/rust/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
/third_party/nghttp2/src/
Dmemchunk.h74 template <typename T> struct Pool { struct
75 Pool() : pool(nullptr), freelist(nullptr), poolsize(0), freelistsize(0) {} in Pool() function
76 ~Pool() { clear(); } in ~Pool() argument
77 T *get() { in get()
91 void recycle(T *m) { in recycle()
115 Memchunks(Pool<Memchunk> *pool) in Memchunks() argument
/third_party/node/deps/undici/src/types/
Dpool.d.ts8 declare class Pool extends Dispatcher { class
Dindex.d.ts36 var Pool: typeof import('./pool').default; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h46 PoolMap Pool; variable
/third_party/node/deps/undici/src/lib/mock/
Dmock-pool.js4 const Pool = require('../pool') constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/third_party/mesa3d/src/gallium/frontends/nine/
Dtexture9.c47 D3DPOOL Pool, in NineTexture9_ctor()
385 D3DPOOL Pool, in NineTexture9_new()
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
286 D3DPOOL Pool, in NineVolumeTexture9_new()
Dcubetexture9.c40 D3DPOOL Pool, in NineCubeTexture9_ctor()
346 D3DPOOL Pool, in NineCubeTexture9_new()
Dresource9.c41 D3DPOOL Pool, in NineResource9_ctor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h46 StringPool *Pool = nullptr; ///< So the string can remove itself. member
/third_party/gn/src/gn/
Daction_values.h15 class Pool; variable
Ditem.h18 class Pool; variable
/third_party/node/deps/undici/src/lib/
Dbalanced-pool.js15 const Pool = require('./pool') constant
Dagent.js6 const Pool = require('./pool') constant
Dpool.js26 class Pool extends PoolBase { class
Dproxy-agent.js6 const Pool = require('./pool') constant
/third_party/node/deps/undici/src/
Dindex.js6 const Pool = require('./lib/pool') constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/third_party/python/Lib/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/third_party/node/deps/v8/tools/testrunner/local/
Dpool.py106 class Pool(): class

123