Searched refs:ThreadpoolHashSet (Results 1 – 1 of 1) sorted by relevance
403 …p< uno_ThreadPool, ThreadPoolHolder, uno_ThreadPool_Hash, uno_ThreadPool_Equal > ThreadpoolHashSet; typedef405 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 10 milliseconds