webrtc/rtc_base/synchronization
Markus Handell 2d27b1ab0c Mutex: Temporarily add re-entry CHECK.
Bug: webrtc:11567
Change-Id: I8f9f2f8d2f4961fd82ef50de9f4b486056bc7c1e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176701
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Markus Handell <handellm@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31479}
2020-06-10 07:45:50 +00:00
..
BUILD.gn Mutex: Temporarily add re-entry CHECK. 2020-06-10 07:45:50 +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: Temporarily add re-entry CHECK. 2020-06-10 07:45:50 +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
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 Reland "Remove dead code from ModuleRtpRtcpImpl2" 2020-06-09 11:22:16 +00:00
sequence_checker.h Add diagnostic printout to RTC_DCHECK_RUN_ON. 2020-06-08 22:29:14 +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