Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbio.c66 static pthread_cond_t bio_newjob_cond[BIO_NUM_OPS]; variable
105 pthread_cond_init(&bio_newjob_cond[j],NULL); in bioInit()
141 pthread_cond_signal(&bio_newjob_cond[type]); in bioCreateBackgroundJob()
176 pthread_cond_wait(&bio_newjob_cond[type],&bio_mutex[type]); in bioProcessBackgroundJobs()