Home
last modified time | relevance | path

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

/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx405 static ThreadpoolHashSet *g_pThreadpoolHashSet; variable
416 if( ! g_pThreadpoolHashSet ) in uno_threadpool_create()
418 g_pThreadpoolHashSet = new ThreadpoolHashSet(); in uno_threadpool_create()
423 g_pThreadpoolHashSet->insert( ThreadpoolHashSet::value_type(h, ThreadPool::getInstance()) ); in uno_threadpool_create()
487 OSL_ASSERT( g_pThreadpoolHashSet ); in uno_threadpool_destroy()
491 ThreadpoolHashSet::iterator ii = g_pThreadpoolHashSet->find( hPool ); in uno_threadpool_destroy()
492 OSL_ASSERT( ii != g_pThreadpoolHashSet->end() ); in uno_threadpool_destroy()
493 g_pThreadpoolHashSet->erase( ii ); in uno_threadpool_destroy()
496 if( g_pThreadpoolHashSet->empty() ) in uno_threadpool_destroy()
498 delete g_pThreadpoolHashSet; in uno_threadpool_destroy()
[all …]

Completed in 14 milliseconds