Searched refs:thread_rids (Results 1 – 2 of 2) sorted by relevance
256 static EList<uint64_t> thread_rids; variable2958 assert_gt(thread_rids.size(), 0); in multiseedSearchWorker_hisat_bp()2959 min_rdid = thread_rids[0]; in multiseedSearchWorker_hisat_bp()2960 for(size_t i = 1; i < thread_rids.size(); i++) { in multiseedSearchWorker_hisat_bp()2961 if(thread_rids[i] < min_rdid) { in multiseedSearchWorker_hisat_bp()2962 min_rdid = thread_rids[i]; in multiseedSearchWorker_hisat_bp()3287 assert_leq(tid, thread_rids.size()); in multiseedSearchWorker_hisat_bp()3288 assert(thread_rids[tid - 1] == 0 || rdid > thread_rids[tid - 1]); in multiseedSearchWorker_hisat_bp()3289 thread_rids[tid - 1] = rdid; in multiseedSearchWorker_hisat_bp()3370 thread_rids.resize(nthreads); in multiseedSearch()[all …]
278 static EList<uint64_t> thread_rids; variable3284 assert_leq(tid, thread_rids.size()); in multiseedSearchWorker_hisat2()3285 assert(thread_rids[tid - 1] == 0 || rdid > thread_rids[tid - 1]); in multiseedSearchWorker_hisat2()3286 thread_rids[tid - 1] = (rdid > 0 ? rdid - 1 : 0); in multiseedSearchWorker_hisat2()3288 uint64_t min_rdid = thread_rids[0]; in multiseedSearchWorker_hisat2()3290 for(size_t i = 1; i < thread_rids.size(); i++) { in multiseedSearchWorker_hisat2()3291 if(thread_rids[i] < min_rdid) { in multiseedSearchWorker_hisat2()3292 min_rdid = thread_rids[i]; in multiseedSearchWorker_hisat2()3682 thread_rids.resize(nthreads); in multiseedSearch()3683 thread_rids.fill(0); in multiseedSearch()