Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dbio.c64 static pthread_t bio_threads[BIO_NUM_OPS]; variable
127 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()