Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dpool.c250 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function
277 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
289 if (isQueueFull(ctx)) { in POOL_tryAdd()