Searched refs:bio_threads (Results 1 – 1 of 1) sorted by relevance
64 static pthread_t bio_threads[BIO_NUM_OPS]; variable127 bio_threads[j] = thread; in bioInit()257 if (pthread_cancel(bio_threads[j]) == 0) { in bioKillThreads()258 if ((err = pthread_join(bio_threads[j],NULL)) != 0) { in bioKillThreads()