buffer_queue: Protect queue_sequence list access with a mutex
fixes a data race as this is an unprotected variable manipulated by multiple threads
Please register or sign in to comment
fixes a data race as this is an unprotected variable manipulated by multiple threads