webrtc/rtc_base/synchronization
Markus Handell 18523c34b4 Migrate rtc_base to webrtc::Mutex.
Bug: webrtc:11567
Change-Id: Ib8630e0cf1266e7c3f8ce718e1ed9f8848f42ec8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178806
Reviewed-by: Tommi <tommi@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Markus Handell <handellm@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31682}
2020-07-08 20:38:54 +00:00
..
BUILD.gn Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +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 Migrate logging to webrtc::Mutex. 2020-06-10 15:28:22 +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 Introduces rtc_base/synchronization/mutex.h. 2020-06-04 09:55:12 +00:00
rw_lock_posix.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
rw_lock_posix.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rw_lock_win.cc Don't try to load kernel32.dll in RWLockWin class 2019-12-09 18:45:03 +00:00
rw_lock_win.h Don't try to load kernel32.dll in RWLockWin class 2019-12-09 18:45:03 +00:00
rw_lock_wrapper.cc Delete unused includes of assert.h 2018-10-04 14:01:44 +00:00
rw_lock_wrapper.h
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