Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dthreading.h57 #define ZSTD_pthread_cond_t CONDITION_VARIABLE macro
93 #define ZSTD_pthread_cond_t pthread_cond_t
118 #define ZSTD_pthread_cond_t pthread_cond_t*
119 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr);
120 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond);
140 typedef int ZSTD_pthread_cond_t;
Dthreading.c103 int ZSTD_pthread_cond_init(ZSTD_pthread_cond_t* cond, pthread_condattr_t const* attr) in ZSTD_pthread_cond_init()
111 int ZSTD_pthread_cond_destroy(ZSTD_pthread_cond_t* cond) in ZSTD_pthread_cond_destroy()
Dpool.c55 ZSTD_pthread_cond_t queuePushCond;
57 ZSTD_pthread_cond_t queuePopCond;
/external/zstd/lib/dictBuilder/
Dcover.h34 ZSTD_pthread_cond_t cond;
/external/zstd/tests/
DpoolTests.c96 ZSTD_pthread_cond_t cond;
/external/zstd/lib/compress/
Dzstdmt_compress.c448 ZSTD_pthread_cond_t cond;
457 ZSTD_pthread_cond_t ldmWindowCond; /* Signaled when ldmWindow is updated */
635 ZSTD_pthread_cond_t job_cond; /* Thread-safe - used by mtctx and worker */
954 ZSTD_pthread_cond_t const cond = mtctx->jobs[jobID].job_cond; in ZSTDMT_releaseAllJobResources()