Home
last modified time | relevance | path

Searched refs:hts_tpool_result (Results 1 – 25 of 45) sorted by relevance

12

/dports/biology/vt/vt-0.57721/lib/htslib/htslib/
H A Dthread_pool.h88 typedef struct hts_tpool_result hts_tpool_result; typedef
187 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
199 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
205 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
211 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/htslib/
H A Dthread_pool.h88 typedef struct hts_tpool_result hts_tpool_result; typedef
187 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
199 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
205 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
211 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/stacks/stacks-2.4/htslib/htslib/
H A Dthread_pool.h88 typedef struct hts_tpool_result hts_tpool_result; typedef
187 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
199 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
205 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
211 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/htslib/
H A Dthread_pool.h88 typedef struct hts_tpool_result hts_tpool_result; typedef
187 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
199 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
205 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
211 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/py-pysam/pysam-0.18.0/htslib/htslib/
H A Dthread_pool.h90 typedef struct hts_tpool_result hts_tpool_result; typedef
266 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
279 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
286 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
293 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/htslib/
H A Dthread_pool.h90 typedef struct hts_tpool_result hts_tpool_result; typedef
266 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
279 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
286 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
293 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/htslib/htslib-1.14/htslib/
H A Dthread_pool.h90 typedef struct hts_tpool_result hts_tpool_result; typedef
266 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q);
279 hts_tpool_result *hts_tpool_next_result_wait(hts_tpool_process *q);
286 void hts_tpool_delete_result(hts_tpool_result *r, int free_data);
293 void *hts_tpool_result_data(hts_tpool_result *r);
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dthread_pool_internal.h69 struct hts_tpool_result { struct
70 struct hts_tpool_result *next; argument
101 hts_tpool_result *output_head; // output list
102 hts_tpool_result *output_tail;
H A Dthread_pool.c83 hts_tpool_result *r; in hts_tpool_add_result()
128 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
177 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
178 hts_tpool_result *r; in hts_tpool_next_result()
202 hts_tpool_result *r; in hts_tpool_next_result_wait()
324 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
878 hts_tpool_result *r, *rn; in hts_tpool_process_reset()
1059 hts_tpool_result *r; in test_square()
1251 hts_tpool_result *r; in pipe_stage1to2()
1277 hts_tpool_result *r; in pipe_stage2to3()
[all …]
H A Dbgzf.c733 hts_tpool_result *r; in bgzf_read_block()
1056 hts_tpool_result *r; in bgzf_mt_writer()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dthread_pool_internal.h69 struct hts_tpool_result { struct
70 struct hts_tpool_result *next; argument
101 hts_tpool_result *output_head; // output list
102 hts_tpool_result *output_tail;
H A Dthread_pool.c83 hts_tpool_result *r; in hts_tpool_add_result()
132 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
182 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
183 hts_tpool_result *r; in hts_tpool_next_result()
207 hts_tpool_result *r; in hts_tpool_next_result_wait()
329 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
883 hts_tpool_result *r, *rn; in hts_tpool_process_reset()
1064 hts_tpool_result *r; in test_square()
1256 hts_tpool_result *r; in pipe_stage1to2()
1282 hts_tpool_result *r; in pipe_stage2to3()
[all …]
H A Dbgzf.c744 hts_tpool_result *r; in bgzf_read_block()
1100 hts_tpool_result *r; in bgzf_mt_writer()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dthread_pool_internal.h69 struct hts_tpool_result { struct
70 struct hts_tpool_result *next; argument
101 hts_tpool_result *output_head; // output list
102 hts_tpool_result *output_tail;
H A Dthread_pool.c83 hts_tpool_result *r; in hts_tpool_add_result()
128 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
177 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
178 hts_tpool_result *r; in hts_tpool_next_result()
202 hts_tpool_result *r; in hts_tpool_next_result_wait()
324 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
880 hts_tpool_result *r, *rn; in hts_tpool_process_reset()
1061 hts_tpool_result *r; in test_square()
1253 hts_tpool_result *r; in pipe_stage1to2()
1279 hts_tpool_result *r; in pipe_stage2to3()
[all …]
H A Dbgzf.c643 hts_tpool_result *r; in bgzf_read_block()
966 hts_tpool_result *r; in bgzf_mt_writer()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dthread_pool_internal.h69 struct hts_tpool_result { struct
70 struct hts_tpool_result *next; argument
101 hts_tpool_result *output_head; // output list
102 hts_tpool_result *output_tail;
H A Dthread_pool.c83 hts_tpool_result *r; in hts_tpool_add_result()
128 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
177 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
178 hts_tpool_result *r; in hts_tpool_next_result()
202 hts_tpool_result *r; in hts_tpool_next_result_wait()
324 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
880 hts_tpool_result *r, *rn; in hts_tpool_process_reset()
1061 hts_tpool_result *r; in test_square()
1253 hts_tpool_result *r; in pipe_stage1to2()
1279 hts_tpool_result *r; in pipe_stage2to3()
[all …]
H A Dbgzf.c635 hts_tpool_result *r; in bgzf_read_block()
966 hts_tpool_result *r; in bgzf_mt_writer()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dthread_pool_internal.h71 struct hts_tpool_result { struct
72 struct hts_tpool_result *next; argument
104 hts_tpool_result *output_head; // output list
105 hts_tpool_result *output_tail;
H A Dthread_pool.c93 hts_tpool_result *r; in hts_tpool_add_result()
146 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
196 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
197 hts_tpool_result *r; in hts_tpool_next_result()
221 hts_tpool_result *r; in hts_tpool_next_result_wait()
354 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
1011 hts_tpool_result *r, *rn, *r_head; in hts_tpool_process_reset()
1223 hts_tpool_result *r; in test_square()
1415 hts_tpool_result *r; in pipe_stage1to2()
1441 hts_tpool_result *r; in pipe_stage2to3()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dthread_pool_internal.h71 struct hts_tpool_result { struct
72 struct hts_tpool_result *next; argument
104 hts_tpool_result *output_head; // output list
105 hts_tpool_result *output_tail;
H A Dthread_pool.c89 hts_tpool_result *r; in hts_tpool_add_result()
142 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
192 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
193 hts_tpool_result *r; in hts_tpool_next_result()
217 hts_tpool_result *r; in hts_tpool_next_result_wait()
350 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
986 hts_tpool_result *r, *rn, *r_head; in hts_tpool_process_reset()
1198 hts_tpool_result *r; in test_square()
1390 hts_tpool_result *r; in pipe_stage1to2()
1416 hts_tpool_result *r; in pipe_stage2to3()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dthread_pool_internal.h71 struct hts_tpool_result { struct
72 struct hts_tpool_result *next; argument
104 hts_tpool_result *output_head; // output list
105 hts_tpool_result *output_tail;
H A Dthread_pool.c93 hts_tpool_result *r; in hts_tpool_add_result()
146 hts_tpool_result *r, *last; in hts_tpool_next_result_locked()
196 hts_tpool_result *hts_tpool_next_result(hts_tpool_process *q) { in hts_tpool_next_result()
197 hts_tpool_result *r; in hts_tpool_next_result()
221 hts_tpool_result *r; in hts_tpool_next_result_wait()
354 void *hts_tpool_result_data(hts_tpool_result *r) { in hts_tpool_result_data()
1011 hts_tpool_result *r, *rn, *r_head; in hts_tpool_process_reset()
1223 hts_tpool_result *r; in test_square()
1415 hts_tpool_result *r; in pipe_stage1to2()
1441 hts_tpool_result *r; in pipe_stage2to3()
[all …]

12