Searched refs:bio_step_cond (Results 1 – 1 of 1) sorted by relevance
67 static pthread_cond_t bio_step_cond[BIO_NUM_OPS]; variable106 pthread_cond_init(&bio_step_cond[j],NULL); in bioInit()214 pthread_cond_broadcast(&bio_step_cond[type]); in bioProcessBackgroundJobs()242 pthread_cond_wait(&bio_step_cond[type],&bio_mutex[type]); in bioWaitStepOfType()