Home
last modified time | relevance | path

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

12

/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 …]
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h60 PoolMap Pool; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h60 PoolMap Pool; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h60 PoolMap Pool; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h60 PoolMap Pool; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWP/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWP/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWP/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DWP/
DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Debuginfod/
DDebuginfod.h138 ThreadPoolInterface &Pool; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Debuginfod/
DDebuginfod.h138 ThreadPoolInterface &Pool; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Debuginfod/
DDebuginfod.h138 ThreadPoolInterface &Pool; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Debuginfod/
DDebuginfod.h124 ThreadPool &Pool; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/PBQP/
DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DThreadPool.h227 ThreadPoolTaskGroup(ThreadPool &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DThreadPool.h267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DThreadPool.h267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DThreadPool.h267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/prebuilts/build-tools/common/py3-stdlib/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/dummy/
D__init__.py122 def Pool(processes=None, initializer=None, initargs=()): function

12