Home
last modified time | relevance | path

Searched refs:thePool (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimPool.h34 : thePool(n) in throw()
43 thePool[idx] = poolObject; in throw()
58 thePool.clear(); in ~ossimPool()
70 for (ossim_uint32 idx = 0; idx < thePool.size(); ++idx) in checkout()
72 if (thePool[idx]->theAvailableFlag == true) in checkout()
74 thePool[idx]->theAvailableFlag = false; in checkout()
75 t = thePool[idx]->theObjectPtr; in checkout()
95 for (ossim_uint32 idx = 0; idx < thePool.size(); ++idx) in checkin()
97 if (obj == thePool[idx]->theObjectPtr) in checkin()
100 thePool[idx]->theAvailableFlag = true; in checkin()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/vm/
H A DDLList.hpp48 DLListImpl(P& thePool);
159 P & thePool; member in DLListImpl
182 : thePool(_pool) in DLListImpl()
234 return thePool.findId(i); in findId()
313 p.p = thePool.getPtr(i); in release()
326 thePool.release(p); in release()
340 thePool.release(ptr); in release()
359 p.p = thePool.getPtr(i); in getPtr()
367 thePool.getPtr(p); in getPtr()
375 return thePool.getPtr(i); in getPtr()
[all …]
H A DArray.hpp32 Array(ArrayPool<T> & thePool);
72 ArrayPool<T> & thePool; member in Array
78 : thePool(_pool) in Array()
89 base = thePool.seizeN(n); in seize()
105 thePool.releaseN(base, sz); in release()
126 p.p = thePool.getPtr(i + base); in getPtr()
132 p.p = thePool.getPtr(i + base); in getPtr()
141 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
147 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp47 SLListImpl(P & thePool);
166 P & thePool; member in SLListImpl
189 thePool(_pool) in SLListImpl()
205 thePool.seize(p); in seize()
222 thePool.seizeId(p, ir); in seizeId()
249 thePool.getPtr(p); in seizeN()
251 thePool.release(p); in seizeN()
310 thePool.release(ptr); in release()
321 p.p = thePool.getPtr(i); in getPtr()
329 thePool.getPtr(p); in getPtr()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DArray.hpp41 Array(ArrayPool<T> & thePool);
81 ArrayPool<T> & thePool; member in Array
87 : thePool(_pool) in Array()
98 base = thePool.seizeN(n); in seize()
114 thePool.releaseN(base, sz); in release()
135 p.p = thePool.getPtr(i + base); in getPtr()
141 p.p = thePool.getPtr(i + base); in getPtr()
150 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
165 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp56 SLListImpl(P & thePool);
175 P & thePool; member in SLListImpl
198 thePool(_pool) in SLListImpl()
214 thePool.seize(p); in seize()
231 thePool.seizeId(p, ir); in seizeId()
258 thePool.getPtr(p); in seizeN()
260 thePool.release(p); in seizeN()
319 thePool.release(ptr); in release()
330 p.p = thePool.getPtr(i); in getPtr()
338 thePool.getPtr(p); in getPtr()
[all …]
H A DDLList.hpp65 DLListImpl(P& thePool);
176 P & thePool; member in DLListImpl
206 : thePool(_pool) in DLListImpl()
261 return thePool.findId(i); in findId()
340 p.p = thePool.getPtr(i); in release()
353 thePool.release(p); in release()
367 thePool.release(ptr); in release()
386 p.p = thePool.getPtr(i); in getPtr()
394 thePool.getPtr(p); in getPtr()
402 return thePool.getPtr(i); in getPtr()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DArray.hpp41 Array(ArrayPool<T> & thePool);
81 ArrayPool<T> & thePool; member in Array
87 : thePool(_pool) in Array()
98 base = thePool.seizeN(n); in seize()
114 thePool.releaseN(base, sz); in release()
135 p.p = thePool.getPtr(i + base); in getPtr()
141 p.p = thePool.getPtr(i + base); in getPtr()
150 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
165 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp56 SLListImpl(P & thePool);
175 P & thePool; member in SLListImpl
198 thePool(_pool) in SLListImpl()
214 thePool.seize(p); in seize()
231 thePool.seizeId(p, ir); in seizeId()
258 thePool.getPtr(p); in seizeN()
260 thePool.release(p); in seizeN()
319 thePool.release(ptr); in release()
330 p.p = thePool.getPtr(i); in getPtr()
338 thePool.getPtr(p); in getPtr()
[all …]
H A DDLList.hpp65 DLListImpl(P& thePool);
176 P & thePool; member in DLListImpl
206 : thePool(_pool) in DLListImpl()
261 return thePool.findId(i); in findId()
340 p.p = thePool.getPtr(i); in release()
353 thePool.release(p); in release()
367 thePool.release(ptr); in release()
386 p.p = thePool.getPtr(i); in getPtr()
394 thePool.getPtr(p); in getPtr()
402 return thePool.getPtr(i); in getPtr()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/vm/
H A DArray.hpp41 Array(ArrayPool<T> & thePool);
81 ArrayPool<T> & thePool; member in Array
87 : thePool(_pool) in Array()
98 base = thePool.seizeN(n); in seize()
114 thePool.releaseN(base, sz); in release()
135 p.p = thePool.getPtr(i + base); in getPtr()
141 p.p = thePool.getPtr(i + base); in getPtr()
150 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
165 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp56 SLListImpl(P & thePool);
175 P & thePool; member in SLListImpl
198 thePool(_pool) in SLListImpl()
214 thePool.seize(p); in seize()
231 thePool.seizeId(p, ir); in seizeId()
258 thePool.getPtr(p); in seizeN()
260 thePool.release(p); in seizeN()
319 thePool.release(ptr); in release()
330 p.p = thePool.getPtr(i); in getPtr()
338 thePool.getPtr(p); in getPtr()
[all …]
H A DDLList.hpp65 DLListImpl(P& thePool);
176 P & thePool; member in DLListImpl
206 : thePool(_pool) in DLListImpl()
261 return thePool.findId(i); in findId()
340 p.p = thePool.getPtr(i); in release()
353 thePool.release(p); in release()
367 thePool.release(ptr); in release()
386 p.p = thePool.getPtr(i); in getPtr()
394 thePool.getPtr(p); in getPtr()
402 return thePool.getPtr(i); in getPtr()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/vm/
H A DArray.hpp43 Array(ArrayPool<T> & thePool);
83 ArrayPool<T> & thePool; member in Array
89 : thePool(_pool) in Array()
100 base = thePool.seizeN(n); in seize()
116 thePool.releaseN(base, sz); in release()
137 p.p = thePool.getPtr(i + base); in getPtr()
143 p.p = thePool.getPtr(i + base); in getPtr()
152 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
158 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
167 return thePool.getPtr(i + base); in getPtr()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/vm/
H A DArray.hpp41 Array(ArrayPool<T> & thePool);
81 ArrayPool<T> & thePool; member in Array
87 : thePool(_pool) in Array()
98 base = thePool.seizeN(n); in seize()
114 thePool.releaseN(base, sz); in release()
135 p.p = thePool.getPtr(i + base); in getPtr()
141 p.p = thePool.getPtr(i + base); in getPtr()
150 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
165 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp56 SLListImpl(P & thePool);
175 P & thePool; member in SLListImpl
198 thePool(_pool) in SLListImpl()
214 thePool.seize(p); in seize()
231 thePool.seizeId(p, ir); in seizeId()
258 thePool.getPtr(p); in seizeN()
260 thePool.release(p); in seizeN()
319 thePool.release(ptr); in release()
330 p.p = thePool.getPtr(i); in getPtr()
338 thePool.getPtr(p); in getPtr()
[all …]
H A DDLList.hpp65 DLListImpl(P& thePool);
176 P & thePool; member in DLListImpl
206 : thePool(_pool) in DLListImpl()
261 return thePool.findId(i); in findId()
340 p.p = thePool.getPtr(i); in release()
353 thePool.release(p); in release()
367 thePool.release(ptr); in release()
386 p.p = thePool.getPtr(i); in getPtr()
394 thePool.getPtr(p); in getPtr()
402 return thePool.getPtr(i); in getPtr()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/vm/
H A DArray.hpp41 Array(ArrayPool<T> & thePool);
81 ArrayPool<T> & thePool; member in Array
87 : thePool(_pool) in Array()
98 base = thePool.seizeN(n); in seize()
114 thePool.releaseN(base, sz); in release()
135 p.p = thePool.getPtr(i + base); in getPtr()
141 p.p = thePool.getPtr(i + base); in getPtr()
150 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
156 ptr.p = thePool.getPtr(ptr.i + base); in getPtr()
165 return thePool.getPtr(i + base); in getPtr()
[all …]
H A DSLList.hpp56 SLListImpl(P & thePool);
175 P & thePool; member in SLListImpl
198 thePool(_pool) in SLListImpl()
214 thePool.seize(p); in seize()
231 thePool.seizeId(p, ir); in seizeId()
258 thePool.getPtr(p); in seizeN()
260 thePool.release(p); in seizeN()
319 thePool.release(ptr); in release()
330 p.p = thePool.getPtr(i); in getPtr()
338 thePool.getPtr(p); in getPtr()
[all …]
H A DDLList.hpp65 DLListImpl(P& thePool);
176 P & thePool; member in DLListImpl
206 : thePool(_pool) in DLListImpl()
261 return thePool.findId(i); in findId()
340 p.p = thePool.getPtr(i); in release()
353 thePool.release(p); in release()
367 thePool.release(ptr); in release()
386 p.p = thePool.getPtr(i); in getPtr()
394 thePool.getPtr(p); in getPtr()
402 return thePool.getPtr(i); in getPtr()
[all …]

12345678910>>...14