OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POOL_free
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
pool.h
32
/*!
POOL_free
() :
35
void
POOL_free
(POOL_ctx* ctx);
pool.c
139
if (error) {
POOL_free
(ctx); return NULL; }
147
if (!ctx->threads || !ctx->queue) {
POOL_free
(ctx); return NULL; }
153
POOL_free
(ctx);
180
void
POOL_free
(POOL_ctx *ctx) {
203
POOL_free
(pool);
339
void
POOL_free
(POOL_ctx* ctx) {
/src/external/bsd/zstd/dist/tests/
poolTests.c
55
POOL_free
(ctx);
84
POOL_free
(ctx);
169
POOL_free
(ctx);
204
POOL_free
(ctx); /* must finish all jobs in queue before giving back control */
/src/external/bsd/zstd/dist/contrib/seekable_format/examples/
parallel_processing.c
169
POOL_free
(pool);
/src/external/bsd/zstd/dist/lib/dictBuilder/
fastcover.c
696
POOL_free
(pool);
714
POOL_free
(pool);
756
POOL_free
(pool);
762
POOL_free
(pool);
cover.c
1234
POOL_free
(pool);
1252
POOL_free
(pool);
1293
POOL_free
(pool);
1299
POOL_free
(pool);
/src/external/bsd/zstd/dist/programs/
fileio_asyncio.c
257
POOL_free
(ctx->threadPool);
/src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c
1048
POOL_free
(mtctx->factory); /* stop and free worker threads */
Completed in 34 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026