Searched refs:queuePopCond (Results 1 – 2 of 2) sorted by relevance
57 ZSTD_pthread_cond_t queuePopCond; member83 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()140 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()174 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()187 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()241 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()272 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
58 ZSTD_pthread_cond_t queuePopCond; member84 ZSTD_pthread_cond_wait(&ctx->queuePopCond, &ctx->queueMutex); in POOL_thread()135 error |= ZSTD_pthread_cond_init(&ctx->queuePopCond, NULL); in POOL_create_advanced()169 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_join()182 ZSTD_pthread_cond_destroy(&ctx->queuePopCond); in POOL_free()234 ZSTD_pthread_cond_broadcast(&ctx->queuePopCond); in POOL_resize()264 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()