Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c424 ZSTD_pthread_cond_t ldmWindowCond; /* Signaled when ldmWindow is udpated */ member
486 initError |= ZSTD_pthread_cond_init(&serialState->ldmWindowCond, NULL); in ZSTDMT_serialState_init()
496 ZSTD_pthread_cond_destroy(&serialState->ldmWindowCond); in ZSTDMT_serialState_free()
528 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_update()
560 ZSTD_pthread_cond_signal(&serialState->ldmWindowCond); in ZSTDMT_serialState_ensureFinished()
1639 ZSTD_pthread_cond_wait(&mtctx->serial.ldmWindowCond, mutex); in ZSTDMT_waitForLdmComplete()