Searched refs:isQueueFull (Results 1 – 2 of 2) sorted by relevance
252 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function280 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()292 if (isQueueFull(ctx)) { in POOL_tryAdd()
245 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function272 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()284 if (isQueueFull(ctx)) { in POOL_tryAdd()