/prebuilts/go/linux-x86/src/sync/ |
D | pool.go | 51 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/ |
D | SymbolStringPool.h | 60 PoolMap Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 60 PoolMap Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 60 PoolMap Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | SymbolStringPool.h | 60 PoolMap Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWP/ |
D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWP/ |
D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWP/ |
D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DWP/ |
D | DWPStringPool.h | 35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Debuginfod/ |
D | Debuginfod.h | 138 ThreadPoolInterface &Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Debuginfod/ |
D | Debuginfod.h | 138 ThreadPoolInterface &Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Debuginfod/ |
D | Debuginfod.h | 138 ThreadPoolInterface &Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Debuginfod/ |
D | Debuginfod.h | 124 ThreadPool &Pool; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | ThreadPool.h | 227 ThreadPoolTaskGroup(ThreadPool &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/ |
D | ThreadPool.h | 267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | ThreadPool.h | 267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | ThreadPool.h | 267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/multiprocessing/dummy/ |
D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|
/prebuilts/build-tools/common/py3-stdlib/multiprocessing/dummy/ |
D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/dummy/ |
D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/dummy/ |
D | __init__.py | 122 def Pool(processes=None, initializer=None, initargs=()): function
|