Searched refs:bio_newjob_cond (Results 1 – 1 of 1) sorted by relevance
66 static pthread_cond_t bio_newjob_cond[BIO_NUM_OPS]; variable105 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()