webrtc/rtc_base/synchronization
Niels Möller 1109dd0b39 Delete class RWLockWrapper, and its build target.
This class is no longer used.

Bug: webrtc:12102
Change-Id: I04f2b15856a6e8ebc75cbe7e5114e942d08bb65c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191489
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32551}
2020-11-04 14:53:13 +00:00
..
BUILD.gn Delete class RWLockWrapper, and its build target. 2020-11-04 14:53:13 +00:00
DEPS Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
mutex.cc Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
mutex.h Mutex: remove mutex reentrancy crasher. 2020-09-30 14:47:04 +00:00
mutex_abseil.h Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
mutex_benchmark.cc Mutex: Temporarily add re-entry CHECK. 2020-06-10 07:45:50 +00:00
mutex_critical_section.h Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
mutex_pthread.h Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT. 2020-06-07 15:06:51 +00:00
mutex_unittest.cc Make MessageHandler cleanup optional. 2020-09-07 12:57:15 +00:00
sequence_checker.cc Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
sequence_checker.h Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
sequence_checker_unittest.cc Add diagnostic printout to RTC_DCHECK_RUN_ON. 2020-06-08 22:29:14 +00:00
yield.cc Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
yield.h Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
yield_policy.cc Add pthread thread-local storage support for ScopedYieldPolicy 2019-07-19 14:33:53 +00:00
yield_policy.h Deleting copy constructors for Scoped* classes. 2019-03-25 09:05:29 +00:00
yield_policy_unittest.cc In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro 2020-05-14 19:33:26 +00:00