Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/
Dpool.c66 ZSTD_pthread_cond_t queuePushCond; member
103 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
112 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
139 (void)ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create()
171 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
185 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
277 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()
/external/zstd/lib/common/
Dpool.c55 ZSTD_pthread_cond_t queuePushCond; member
91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()
137 error |= ZSTD_pthread_cond_init(&ctx->queuePushCond, NULL); in POOL_create_advanced()
171 ZSTD_pthread_cond_broadcast(&ctx->queuePushCond); in POOL_join()
184 ZSTD_pthread_cond_destroy(&ctx->queuePushCond); in POOL_free()
278 ZSTD_pthread_cond_wait(&ctx->queuePushCond, &ctx->queueMutex); in POOL_add()