Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.h52 #define ZSTD_pthread_cond_t CONDITION_VARIABLE macro
83 #define ZSTD_pthread_cond_t pthread_cond_t macro
108 #define ZSTD_pthread_cond_t pthread_cond_t* macro
109 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr);
110 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);
130 typedef int ZSTD_pthread_cond_t; typedef
H A Dthreading.c41 ZSTD_pthread_cond_t initialized_cond;
161 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr) in ZSTD_pthread_cond_init()
170 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy()
H A Dpool.c55 ZSTD_pthread_cond_t queuePushCond;
57 ZSTD_pthread_cond_t queuePopCond;
/freebsd/sys/contrib/zstd/programs/
H A Dfileio_asyncio.h77 ZSTD_pthread_cond_t jobCompletedCond;
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.h29 ZSTD_pthread_cond_t cond;
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.c56 ZSTD_pthread_cond_t queuePushCond;
58 ZSTD_pthread_cond_t queuePopCond;
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c474 ZSTD_pthread_cond_t cond;
483 ZSTD_pthread_cond_t ldmWindowCond; /* Signaled when ldmWindow is updated */
666 ZSTD_pthread_cond_t job_cond; /* Thread-safe - used by mtctx and worker */
1014 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond; in ZSTDMT_releaseAllJobResources()