Searched refs:thread_queue_size (Results 1 – 4 of 4) sorted by relevance
123 int thread_queue_size; member429 int thread_queue_size; /* maximum number of queued packets */ member
4126 f->thread_queue_size); in input_thread()4171 if (f->thread_queue_size < 0) in init_input_thread()4172 f->thread_queue_size = (nb_input_files > 1 ? 8 : 0); in init_input_thread()4173 if (!f->thread_queue_size) in init_input_thread()4180 f->thread_queue_size, sizeof(f->pkt)); in init_input_thread()4227 if (f->thread_queue_size) in get_input_packet()4615 if (ifile->thread_queue_size) in process_input()
235 o->thread_queue_size = -1; in init_options()1287 f->thread_queue_size = o->thread_queue_size; in open_input_file()3608 … { .off = OFFSET(thread_queue_size) },
1824 @item -thread_queue_size @var{size} (@emph{input})