Searched refs:ZSTD_pthread_cond_t (Results 1 – 7 of 7) sorted by relevance
52 #define ZSTD_pthread_cond_t CONDITION_VARIABLE macro83 #define ZSTD_pthread_cond_t pthread_cond_t macro108 #define ZSTD_pthread_cond_t pthread_cond_t* macro109 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
41 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()
55 ZSTD_pthread_cond_t queuePushCond;57 ZSTD_pthread_cond_t queuePopCond;
77 ZSTD_pthread_cond_t jobCompletedCond;
29 ZSTD_pthread_cond_t cond;
56 ZSTD_pthread_cond_t queuePushCond;58 ZSTD_pthread_cond_t queuePopCond;
474 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()