Searched refs:isQueueFull (Results 1 – 2 of 2) sorted by relevance
250 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function277 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()289 if (isQueueFull(ctx)) { in POOL_tryAdd()
7215 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function7242 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()7254 if (isQueueFull(ctx)) { in POOL_tryAdd()