|
|
maxblksize = new long[count]; | maxblksize = new long[count]; |
killwr = new int[count]; | killwr = new int[count]; |
fbcount = new int[count]; | fbcount = new int[count]; |
fifo_buf = new (struct fifo_buf *)[count]; |
fifo_buf = new fifo_ptr[count]; |
fb_inptr = new (struct fifo_buf *)[count]; |
fb_inptr = new fifo_ptr[count]; |
fb_outptr = new (struct fifo_buf *)[count]; |
fb_outptr = new fifo_ptr[count]; |
fifothrds = new pthread_t[count]; | fifothrds = new pthread_t[count]; |
fifo_lock = new pthread_mutex_t [count]; | fifo_lock = new pthread_mutex_t [count]; |
empty_cond = new pthread_cond_t[count]; | empty_cond = new pthread_cond_t[count]; |