HomeSort by: relevance | last modified time | path
    Searched defs:threadPool (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio_asyncio.h 36 POOL_ctx* threadPool;
  /src/external/bsd/zstd/dist/lib/common/
pool.c 223 { ZSTD_pthread_t* const threadPool = (ZSTD_pthread_t*)ZSTD_customCalloc(numThreads * sizeof(ZSTD_pthread_t), ctx->customMem);
224 if (!threadPool) return 1;
226 ZSTD_memcpy(threadPool, ctx->threads, ctx->threadCapacity * sizeof(ZSTD_pthread_t));
228 ctx->threads = threadPool;
232 if (ZSTD_pthread_create(&threadPool[threadId], NULL, &POOL_thread, ctx)) {
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeSession.cc 1243 DbeThreadPool * threadPool = new DbeThreadPool (-1);
1254 threadPool->put_queue (q);
1256 threadPool->wait_queues ();
1257 delete threadPool;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeSession.cc 1243 DbeThreadPool * threadPool = new DbeThreadPool (-1);
1254 threadPool->put_queue (q);
1256 threadPool->wait_queues ();
1257 delete threadPool;

Completed in 67 milliseconds