Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstdmt_compress.c457 ZSTD_pthread_cond_t ldmWindowCond; /* Signaled when ldmWindow is updated */ member
541 initError |= ZSTD_pthread_cond_init(&serialState->ldmWindowCond, NULL); in ZSTDMT_serialState_init()
551 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
585 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_update()
617 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_ensureFinished()
1577 ZSTD_pthread_cond_wait(&mtctx->serial.ldmWindowCond, mutex); in ZSTDMT_waitForLdmComplete()