Searched refs:hPool (Results 1 – 3 of 3) sorted by relevance
97 uno_threadpool_attach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();109 uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob )117 uno_threadpool_detach( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();150 uno_ThreadPool hPool,172 uno_threadpool_dispose( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();181 uno_threadpool_destroy( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C();
438 uno_threadpool_enter( uno_ThreadPool hPool , void **ppJob ) in uno_threadpool_enter() argument447 reinterpret_cast< sal_IntPtr >(hPool)) ); in uno_threadpool_enter()470 uno_threadpool_dispose( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C() in uno_threadpool_dispose() argument474 reinterpret_cast< sal_IntPtr >(hPool)) ); in uno_threadpool_dispose()478 uno_threadpool_destroy( uno_ThreadPool hPool ) SAL_THROW_EXTERN_C() in uno_threadpool_destroy() argument482 reinterpret_cast< sal_IntPtr >(hPool)) ); in uno_threadpool_destroy()484 if( hPool ) in uno_threadpool_destroy()491 ThreadpoolHashSet::iterator ii = g_pThreadpoolHashSet->find( hPool ); in uno_threadpool_destroy()494 delete hPool; in uno_threadpool_destroy()
556 rtlRandomPool hPool = rtl_random_createPool(); in bootstrap() local557 if ( hPool == 0 ) in bootstrap()560 if ( rtl_random_getBytes( hPool, bytes, ARLEN( bytes ) ) in bootstrap()563 rtl_random_destroyPool( hPool ); in bootstrap()
Completed in 23 milliseconds