Searched refs:sPool (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DGlobalBlockerPool.cpp11 if (sPool)
24 sPool = pool;
32 if (sPool) {
33 delete sPool;
34 sPool = NULL;
42 return sPool;
45 // sPool
46 BlockerPool* GlobalBlockerPool::sPool = NULL; member in class:GlobalBlockerPool
H A DGlobalBlockerPool.h16 static BlockerPool* sPool; member in class:GlobalBlockerPool

Completed in 39 milliseconds