# File lib/new_relic/agent/pipe_channel_manager.rb, line 208
        def close_all_pipes
          @pipes_lock.synchronize do
            @pipes.each do |id, pipe|
              pipe.close if pipe
            end
            @pipes = {}
          end
        end