Searched refs:ZSTD_pthread_cond_signal (Results 1 – 5 of 5) sorted by relevance
61 #define ZSTD_pthread_cond_signal(a) WakeConditionVariable((a)) macro97 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal((a))122 #define ZSTD_pthread_cond_signal(a) pthread_cond_signal(*(a))144 #define ZSTD_pthread_cond_signal(a) ((void)(a))
91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()272 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
91 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()100 ZSTD_pthread_cond_signal(&ctx->queuePushCond); in POOL_thread()263 ZSTD_pthread_cond_signal(&ctx->queuePopCond); in POOL_add_internal()
591 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_update()623 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_ensureFinished()750 … ZSTD_pthread_cond_signal(&job->job_cond); /* warns some more data is ready to be flushed */ in ZSTDMT_compressionJob()786 ZSTD_pthread_cond_signal(&job->job_cond); in ZSTDMT_compressionJob()
933 ZSTD_pthread_cond_signal(&best->cond); in COVER_best_finish()