Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c456 ZSTD_pthread_mutex_t ldmWindowMutex; member
540 initError |= ZSTD_pthread_mutex_init(&serialState->ldmWindowMutex, NULL); in ZSTDMT_serialState_init()
550 ZSTD_pthread_mutex_destroy(&serialState->ldmWindowMutex); in ZSTDMT_serialState_free()
583 ZSTD_PTHREAD_MUTEX_LOCK(&serialState->ldmWindowMutex); in ZSTDMT_serialState_update()
586 ZSTD_pthread_mutex_unlock(&serialState->ldmWindowMutex); in ZSTDMT_serialState_update()
615 ZSTD_PTHREAD_MUTEX_LOCK(&serialState->ldmWindowMutex); in ZSTDMT_serialState_ensureFinished()
618 ZSTD_pthread_mutex_unlock(&serialState->ldmWindowMutex); in ZSTDMT_serialState_ensureFinished()
1569 ZSTD_pthread_mutex_t* mutex = &mtctx->serial.ldmWindowMutex; in ZSTDMT_waitForLdmComplete()