Searched refs:isQueueFull (Results 1 – 2 of 2) sorted by relevance
244 static int isQueueFull(POOL_ctx const* ctx) { in isQueueFull() function271 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()283 if (isQueueFull(ctx)) { in POOL_tryAdd()
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()