Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dsambam-file.h141 subread_lock_t thread_bam_lock; member
H A Dsambam-file.c1139 subread_init_lock(&writer -> thread_bam_lock); in SamBam_writer_create()
1205 subread_lock_occupy(&writer -> thread_bam_lock); in SamBam_writer_add_chunk()
1208 subread_lock_release(&writer -> thread_bam_lock); in SamBam_writer_add_chunk()
1231 subread_lock_occupy(&writer -> thread_bam_lock); in SamBam_writer_add_chunk()
1237 subread_lock_release(&writer -> thread_bam_lock); in SamBam_writer_add_chunk()
1880 if(writer -> threads>1) subread_lock_occupy(&writer -> thread_bam_lock); in SamBam_writer_sort_buff_one_write()
1882 if(writer -> threads>1) subread_lock_release(&writer -> thread_bam_lock); in SamBam_writer_sort_buff_one_write()