1. 43d72ee Don't track locks unless likely to block. by Brian White · 7 years ago
  2. 048369b Revert "Temporary CHECK in base::Lock destruction" by Ken Rockot · 7 years ago
  3. 38d25fe Temporary CHECK in base::Lock destruction by Ken Rockot · 7 years ago
  4. 11b1631 Make LockImpl::Unlock available for inlining by hans · 7 years ago
  5. a156944 Track thread activities in order to diagnose hangs. by bcwhite · 8 years ago
  6. e249e53 Revert "Track thread activities in order to diagnose hangs." by Philip Jägenstedt · 8 years ago
  7. 0ccb1bc Track thread activities in order to diagnose hangs. by bcwhite · 8 years ago
  8. 6cc275c Add PTHREAD_PRIO_INHERIT Locks for Mac by robliao · 8 years ago
  9. bd138ea base: Rename OSLockType to NativeHandle in Lock API. by tfarina@chromium.org · 11 years ago
  10. 4d1bc94 Pretty-print the return value from the pthread API. by ajwong@chromium.org · 11 years ago
  11. c427d5d Revert 107835 (since the underlying issue has been identified and fixed) - Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  12. 87aec2e Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  13. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago[Renamed (84%) from base/lock_impl_posix.cc]
  14. 538e8bb Change DCHECK( == 0) to DCHECK_EQ in the posix lock implementation. by deanm@chromium.org · 16 years ago
  15. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  16. d4eb87f Enable error checking on Posix locks in debug, and make release lock creation do a little bit less work. Based on suggestions by Gaetano Mendola. by deanm@chromium.org · 16 years ago
  17. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  18. 3620e4c recursive_mutex by erikkay@google.com · 16 years ago
  19. f5a4000 Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms. by mmentovai@google.com · 16 years ago