webrtc/rtc_base/memory
Tommi 3e7d35c55d Add thread checks to FifoBuffer (test-only class)
These checks replace the need for a mutex as the usage of the
StreamInterface methods is consistently on the same thread as
the callbacks.

Bug: none
Change-Id: I0c5aaddcbdaa4a6a84c3bc73306563a9f8a8821d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/347902
Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42148}
2024-04-23 10:50:21 +00:00
..
aligned_malloc.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
aligned_malloc.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
aligned_malloc_unittest.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
always_valid_pointer.h Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" 2022-06-07 11:24:16 +00:00
always_valid_pointer_unittest.cc Reland "Don't create PacketSocketFactory inside BasicPortAllocatorSession" 2022-06-07 11:24:16 +00:00
BUILD.gn Add thread checks to FifoBuffer (test-only class) 2024-04-23 10:50:21 +00:00
fifo_buffer.cc Add thread checks to FifoBuffer (test-only class) 2024-04-23 10:50:21 +00:00
fifo_buffer.h Add thread checks to FifoBuffer (test-only class) 2024-04-23 10:50:21 +00:00
fifo_buffer_unittest.cc Convert FifoBuffer to new StreamInterface API 2022-11-16 09:53:16 +00:00