Home
last modified time | relevance | path

Searched refs:ThreadpoolHashSet (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/cppu/source/threadpool/
H A Dthreadpool.cxx403 …p< uno_ThreadPool, ThreadPoolHolder, uno_ThreadPool_Hash, uno_ThreadPool_Equal > ThreadpoolHashSet; typedef
405 static ThreadpoolHashSet *g_pThreadpoolHashSet;
418 g_pThreadpoolHashSet = new ThreadpoolHashSet(); in uno_threadpool_create()
423 g_pThreadpoolHashSet->insert( ThreadpoolHashSet::value_type(h, ThreadPool::getInstance()) ); in uno_threadpool_create()
491 ThreadpoolHashSet::iterator ii = g_pThreadpoolHashSet->find( hPool ); in uno_threadpool_destroy()

Completed in 17 milliseconds